Add wrapper to services page, fix css and favicon

This commit is contained in:
2022-11-29 17:52:39 +01:00
parent 29c4c67645
commit d8f8aafdd9
2 changed files with 15 additions and 10 deletions

View File

@@ -1,12 +1,16 @@
main {
display: grid;
margin: 0px !important;
padding: 0px !important;
width: 100vw;
}
width: 80vw;
.serviceWrapper {
width: 80%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1em;
margin: auto auto;
margin-top: 4em;
}
@@ -79,9 +83,8 @@ main {
}
@media (max-width: 800px) {
main {
.serviceWrapper {
grid-template-columns: 1fr;
margin: auto !important;
}
.categoryContainer {
width: 100%;