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

25 lines
289 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%;
}
2023-04-07 14:01:46 +02:00
strike {
display: inline;
text-decoration: line-through;
}
2023-04-07 18:07:12 +02:00
bq-rte {
display: block;
}