mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
minor css tweaks
This commit is contained in:
parent
df6b3a82c5
commit
46802d3061
1 changed files with 6 additions and 1 deletions
|
@ -70,6 +70,10 @@ h6 {
|
|||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.paragraph img, .communication__body__text img, .block__content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
@extend .paragraph;
|
||||
}
|
||||
|
@ -81,9 +85,9 @@ pre {
|
|||
font-family: $font_family_monospace;
|
||||
border: 1px solid $meta_border_color;
|
||||
max-width: 100%;
|
||||
overflow-y: scroll;
|
||||
|
||||
code {
|
||||
overflow-y: scroll;
|
||||
border: 0;
|
||||
background: 0;
|
||||
padding: 0;
|
||||
|
@ -168,6 +172,7 @@ hr {
|
|||
border: 0;
|
||||
height: 1px;
|
||||
background: $border_color;
|
||||
margin: var(--padding-small);
|
||||
}
|
||||
|
||||
#error_explanation {
|
||||
|
|
Loading…
Reference in a new issue