netclock/css/netclock.scss

14 lines
199 B
SCSS
Raw Normal View History

2020-09-12 17:51:47 +00:00
@import "~reset-css/sass/reset";
html, body {
height: 100%;
}
.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
2020-09-12 10:58:38 +00:00
}