Fix top margin on services

This commit is contained in:
Felix Albrigtsen 2022-11-29 17:31:22 +01:00
parent 1c1656c3bc
commit 29c4c67645
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
main {
margin-top: 2em !important;
display: grid;
width: 80vw;
@ -7,6 +6,8 @@ main {
grid-gap: 1em;
margin: auto auto;
margin-top: 4em;
}
.categoryContainer {