wikijs-fork/client/scss/pages/_welcome.scss
2016-12-08 22:44:31 -05:00

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;
}
}