bitque/crates/web/js/css/app.scss

16 lines
189 B
SCSS
Raw Normal View History

2020-03-30 14:26:25 +02:00
:host, html, body {
width: 100%;
display: block;
height: 100%;
}
main {
width: 100%;
display: block;
min-height: 100%;
}
article.inner-layout {
2020-03-30 14:26:25 +02:00
width: 100%;
}