1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-11 21:04:13 +02:00
parent 09e758bdf8
commit ab4a4fbf4e

View file

@ -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;
}
}
}
}