hexo-theme-keep/source/css/layout/archive-content.styl

13 lines
205 B
Stylus
Raw Normal View History

@require "./common/magic-theme.styl";
.archive-container {
background: var(--background-color);
2020-04-30 00:14:16 +08:00
magic-container(1.005, 1.01, 30px);
2020-06-04 22:11:27 +08:00
+ils-tablet() {
magic-container(1.001, 1.005, 20px);
}
}