hexo-theme-reimu
Version:
A Hakurei Reimu style Hexo theme
26 lines (22 loc) • 416 B
text/stylus
.reimu-grid {
display: grid;
margin: 20px 0;
gap: 16px;
.grid-cell {
min-width: 0;
.post-link-card {
width: 100%;
}
&:has(> *:only-child) {
> *:only-child {
margin-top: 0 ;
margin-bottom: 0 ;
}
}
}
}
@media screen and (max-width: 479px) {
.reimu-grid {
grid-template-columns: 1fr ;
}
}