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

29 lines
397 B
Stylus
Raw Normal View History

2020-05-13 14:47:03 +08:00
@require "./common/magic-theme.styl";
.links-container {
background: var(--background-color);
magic-container(1.005, 1.01, 30px);
2020-06-04 22:11:27 +08:00
+ils-tablet() {
magic-container(1.001, 1.005, 20px);
}
2020-05-13 14:47:03 +08:00
.links-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;
}
2020-05-13 14:47:03 +08:00
}
}