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

14 lines
234 B
Stylus
Raw Normal View History

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