1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-10 17:42:19 +02:00
parent ba2b0ca89d
commit 725dc18332
2 changed files with 10 additions and 14 deletions

View file

@ -9,6 +9,8 @@
// main
body {
position: relative;
top: 32px !important; // WordPress nach unten verlegen, damit Topbar besser wird
h1,
h2 {
font-size: 3rem !important; // smaller
@ -22,6 +24,14 @@ body {
h5 {
font-size: 1.5rem !important; // smaller
}
header {
.search-modal {
top: 32px; // Suchleiste nach unten versetzen, damit sie unter der Topbar angezeigt werden
}
}
.menu-modal {
top: 32px; // Menu oben nach unten versetzen, damit sie unter der Topbar angezeigt werden
}
main {
article {
header.entry-header {