kocandaci/sass/_gallery.scss

18 lines
191 B
SCSS
Raw Normal View History

2024-01-12 16:31:33 +01:00
.gallery {
h1 {
margin-bottom: 0;
}
.subtitle {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 1em;
}
}
.gallery.grid {
img {
display: block;
border-radius: .5em;
}
}