commit a5ec8b8f48aabe16b97352d91f03953fa7a45208 parent 0077ded6ef731273459260e5be56919a3b9d2830 Author: Lou Woell <lou.woell@posteo.de> Date: Sat, 13 Dec 2025 15:53:55 +0100 css improvements Diffstat:
| M | assets/css/footer.scss | | | 63 | +++++++++++++++++++++++++++++++-------------------------------- |
| M | assets/css/pagination.scss | | | 1 | - |
2 files changed, 31 insertions(+), 33 deletions(-)
diff --git a/assets/css/footer.scss b/assets/css/footer.scss @@ -1,44 +1,43 @@ .footer { margin: 1rem; - flex-grow: 0; - opacity: .5; + flex-grow: 0; + opacity: .5; - &__inner { - display: flex; - align-items: center; - justify-content: space-between; - margin: 0; - width: 760px; - max-width: 100%; + &__inner { + display: flex; + align-items: center; + justify-content: space-between; + margin: 0; + max-width: 100%; - @media ($tablet) { - flex-direction: column; + @media ($tablet) { + flex-direction: column; + } } - } - a { - color: inherit; - } + a { + color: inherit; + } - .copyright { - display: grid; - flex-flow: row wrap; - flex: 1; - align-items: center; - font-size: 0.85rem; - justify-content: center; + .copyright { + display: grid; + flex-flow: row wrap; + flex: 1; + align-items: center; + font-size: 0.85rem; + justify-content: center; - &--user { - margin: auto; - text-align: center; - } + &--user { + margin: auto; + text-align: center; + } - & > *:first-child:not(:only-child) { - margin-right: 10px; - } + & > *:first-child:not(:only-child) { + margin-right: 10px; + } - span { - white-space: normal; + span { + white-space: normal; + } } - } } diff --git a/assets/css/pagination.scss b/assets/css/pagination.scss @@ -47,7 +47,6 @@ position: relative; align-items: center; justify-content: center; - max-width: 85vw; font-size: 1rem; padding: 0; appearance: none;