bitque/crates/web/assets/styles/css/app.scss

21 lines
257 B
SCSS

:host, html, body {
width: 100%;
display: block;
height: 100%;
}
main {
width: 100%;
display: block;
min-height: 100%;
}
article.inner-layout {
width: 100%;
}
strike {
display: inline;
text-decoration: line-through;
}