10 lines
105 B
SCSS
10 lines
105 B
SCSS
.home {
|
|
h1, h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
&__section {
|
|
margin: 0 1rem;
|
|
}
|
|
}
|