2020-04-24 22:49:10 +08:00
|
|
|
@require "./common/magic-theme.styl";
|
|
|
|
|
2020-03-21 23:04:01 +08:00
|
|
|
.about-container {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
background: var(--background-color);
|
|
|
|
|
2020-04-30 00:14:16 +08:00
|
|
|
magic-container(1.005, 1.01, 30px);
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2020-06-04 22:11:27 +08:00
|
|
|
+ils-tablet() {
|
|
|
|
magic-container(1.001, 1.005, 20px);
|
|
|
|
}
|
|
|
|
|
2020-04-10 22:24:16 +08:00
|
|
|
.about-content {
|
2020-04-24 22:49:10 +08:00
|
|
|
|
|
|
|
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-04-10 22:24:16 +08:00
|
|
|
}
|
2020-03-21 23:04:01 +08:00
|
|
|
}
|