8 lines
72 B
SCSS
8 lines
72 B
SCSS
|
.gallery{
|
||
|
padding-top: 30px;
|
||
|
|
||
|
img{
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|