15 lines
162 B
SCSS
15 lines
162 B
SCSS
|
.welcome {
|
||
|
text-align: center;
|
||
|
padding: 50px 0;
|
||
|
color: mc('grey', '700');
|
||
|
|
||
|
h1 {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
margin-top: 15px;
|
||
|
margin-bottom: 50px;
|
||
|
}
|
||
|
|
||
|
}
|