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%;
|
|
|
|
}
|
|
|
|
|
2020-03-31 08:56:46 +02:00
|
|
|
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;
|
|
|
|
}
|