Add and edit responsive style on homepage

This commit is contained in:
2021-10-03 19:14:24 +02:00
parent f6da3c4b55
commit 54afac2ed5
11 changed files with 203 additions and 55 deletions

View File

@@ -25,6 +25,11 @@
width: 100%;
max-width: var(--container-width);
margin: 0 auto;
padding: 0 20px;
@include bp (sm) {
padding: 0;
}
}
// Wrapper (inside and more spaced)