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

Reduce padding on about page

parent fb6c2d65
No related branches found
No related tags found
No related merge requests found
......@@ -619,8 +619,8 @@ main {
}
.about {
padding-left: calc((100vw - 1000px) / 2);
padding-right: calc((100vw - 1000px) / 2);
padding-left: calc((100vw - 1200px) / 2);
padding-right: calc((100vw - 1200px) / 2);
}
......
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