fixes #13
This commit is contained in:
parent
09e758bdf8
commit
ab4a4fbf4e
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,9 @@ body {
|
|||
.wp-block-quote {
|
||||
border-color: $nom-blue-light;
|
||||
}
|
||||
.wp-block-image {
|
||||
margin: 40px auto;
|
||||
}
|
||||
.read-more-button-wrap {
|
||||
a.more-link {
|
||||
.faux-button { // Button: "Weiterlesen"
|
||||
|
@ -327,6 +330,9 @@ body.post-template.template-cover {
|
|||
}
|
||||
}
|
||||
}
|
||||
.post-inner {
|
||||
padding-top: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue