minor css tweaks

This commit is contained in:
Luna D 2021-10-01 15:44:49 +02:00
parent df6b3a82c5
commit 46802d3061
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -70,6 +70,10 @@ h6 {
margin-left: 2px; margin-left: 2px;
} }
.paragraph img, .communication__body__text img, .block__content img {
max-width: 100%;
}
p { p {
@extend .paragraph; @extend .paragraph;
} }
@ -81,9 +85,9 @@ pre {
font-family: $font_family_monospace; font-family: $font_family_monospace;
border: 1px solid $meta_border_color; border: 1px solid $meta_border_color;
max-width: 100%; max-width: 100%;
overflow-y: scroll;
code { code {
overflow-y: scroll;
border: 0; border: 0;
background: 0; background: 0;
padding: 0; padding: 0;
@ -168,6 +172,7 @@ hr {
border: 0; border: 0;
height: 1px; height: 1px;
background: $border_color; background: $border_color;
margin: var(--padding-small);
} }
#error_explanation { #error_explanation {