diff --git a/src/App.vue b/src/App.vue index bd467c0f817383e1d8ebaf10e08e7bf936c9b33b..8f61e2be351a34c3fb964c121765a9f4ab850e01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -129,11 +129,7 @@ h1 > a.xs, h1 > a.sm { color: var(--v-primary-base) !important; } -.banner { - position: relative; - padding-left: calc((100vw - 1200px) / 2); - padding-right: calc((100vw - 1200px) / 2); -} + footer { position: relative; @@ -153,6 +149,9 @@ footer a { } .banner { + position: relative; + padding-left: calc((100vw - 1200px) / 2); + padding-right: calc((100vw - 1200px) / 2); background-color: var(--v-tertiary-base); }