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

adjust margins/padding

parent 0f5344aa
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ h1 > a.xs, h1 > a.sm { ...@@ -120,6 +120,7 @@ h1 > a.xs, h1 > a.sm {
.beta { .beta {
font-size: 18px; font-size: 18px;
color: #BBBBBB; color: #BBBBBB;
margin-left: 10px;
} }
.about-link > a{ .about-link > a{
...@@ -145,7 +146,10 @@ footer a { ...@@ -145,7 +146,10 @@ footer a {
} }
.v-toolbar__content { .v-toolbar__content {
padding-right: 0px !important; padding-left: calc((100vw - 1200px) / 2) !important;
padding-right: calc((100vw - 1200px) / 2) !important;
} }
.banner { .banner {
......
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