12 lines
137 B
SCSS
12 lines
137 B
SCSS
|
body {
|
||
|
font-family: system-ui;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.section-one,
|
||
|
.section-two,
|
||
|
.section-three {
|
||
|
text-align: center;
|
||
|
padding: 10vh 0;
|
||
|
}
|