2020-06-18 23:30:20 +08:00

11 lines
174 B
Stylus

.container {
min-height: 100%;
position: relative;
}
@import 'header';
@import 'sidebar';
@import 'footer';
@import 'mobile' if (hexo-config('mobile_layout_economy'));