hexo-theme-keep/source/css/layout/about.styl

29 lines
397 B
Stylus
Raw Normal View History

@require "./common/magic-theme.styl";
.about-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);
}
.about-content {
h1, h2, h3, h4, h5, h6 {
&:first-child {
margin-top: 0;
}
}
margin-bottom: 30px;
2020-06-04 22:11:27 +08:00
+ils-tablet() {
margin-bottom: 20px;
}
}
}