mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 10:23:14 +08:00
21 lines
273 B
Stylus
21 lines
273 B
Stylus
.md > .gallery {
|
|
align-items: center;
|
|
display: grid;
|
|
grid-gap: .625rem;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
margin-bottom: 1.25rem;
|
|
|
|
+mobile() {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
|
|
a {
|
|
// For fancybox
|
|
border: 0;
|
|
}
|
|
|
|
img {
|
|
margin: 0;
|
|
}
|
|
}
|