Skip to content
Snippets Groups Projects
Commit d235579f authored by Henrik Askjer's avatar Henrik Askjer
Browse files

merge duplicate css selectors

parent 9af15caf
No related branches found
No related tags found
No related merge requests found
...@@ -129,11 +129,7 @@ h1 > a.xs, h1 > a.sm { ...@@ -129,11 +129,7 @@ h1 > a.xs, h1 > a.sm {
color: var(--v-primary-base) !important; color: var(--v-primary-base) !important;
} }
.banner {
position: relative;
padding-left: calc((100vw - 1200px) / 2);
padding-right: calc((100vw - 1200px) / 2);
}
footer { footer {
position: relative; position: relative;
...@@ -153,6 +149,9 @@ footer a { ...@@ -153,6 +149,9 @@ footer a {
} }
.banner { .banner {
position: relative;
padding-left: calc((100vw - 1200px) / 2);
padding-right: calc((100vw - 1200px) / 2);
background-color: var(--v-tertiary-base); background-color: var(--v-tertiary-base);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment