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

21 lines
272 B
Stylus
Raw Normal View History

@require "./common/magic-theme.styl";
.about-container {
background: var(--background-color);
2020-04-28 23:20:17 +08:00
magic-container(1.01, 30px);
.about-content {
h1, h2, h3, h4, h5, h6 {
&:first-child {
margin-top: 0;
}
}
margin-bottom: 30px;
}
}