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

25 lines
289 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;
}
bq-rte {
display: block;
}