matrix-dimension/web/app/home/home.component.scss
turt2live 9189c6f72b Add a splash page. Adds #21
Includes a self-made logo. Suggestions welcome.
2017-05-27 21:21:08 -06:00

17 lines
236 B
SCSS

// component styles are encapsulated and only applied to their components
.header {
text-align: center;
background-color: #fff;
}
.header img {
height: 125px;
}
.wrapper {
margin-top: 20px;
}
.center {
text-align: center;
}