aerwen_u_site/assets/css/About/index.scss
2024-05-02 21:38:51 +08:00

45 lines
550 B
SCSS

article {
margin: 50px 0;
}
section+section {
margin-top: 30px;
}
section {
h1,
h2 {
color: var(--rootColor);
}
h1 {
font-size: 16px;
}
h2 {
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
}
h1+h2 {
margin-top: 10px;
}
p {
font-size: 16px;
margin-top: 25px;
margin-bottom: 25px;
}
div.bg-gray {
padding: 24px 60px;
background-color: #F6F6F6;
}
>img {
width: 100%;
}
}