1
0

style changes

This commit is contained in:
Philip Wagner
2024-09-11 09:05:20 +02:00
parent f4aa521b6b
commit c62879cd62
3 changed files with 5 additions and 3 deletions

View File

@@ -102,7 +102,8 @@ nav > div { margin-left: -2px }
#lang-switch { position: absolute; top: -3px; right: 0 }
footer { background: var(--white); padding: 22pt; line-height: 1 !important; letter-spacing: 1.5rem }
#content { position: relative; padding-bottom: calc(22pt + 40pt + 22pt) }
footer { background: var(--white); padding: 22pt; line-height: 1 !important; letter-spacing: 1.5rem; position: fixed; left: 0; right: 0; bottom: 0 }
.headline { padding-left: 179pt }
.content-footer { display:flex; justify-content: space-between }
@@ -110,6 +111,7 @@ footer { background: var(--white); padding: 22pt; line-height: 1 !important; let
@media (max-width: 750px) {
#menu { overflow-y: scroll; }
#content { padding-bottom: calc(11pt + 22pt + 11pt) }
footer { font-size: 22pt !important; letter-spacing: 0 !important; padding: 11pt !important }
.headline { padding-left: 79pt }
.headline h4 { max-width: calc(100dvw - 22pt - 37pt - 37pt - 37pt - 22pt) }