Margins are a thing

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 14:10:06 +01:00
parent 8e21e0645c
commit d027e41b8c

View File

@@ -108,7 +108,7 @@ export default {
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
width: 100vw; width: calc(100% - 80px);
margin-top: 0px; margin-top: 0px;
padding: 33px 40px; padding: 33px 40px;
background-color: #dbeede; background-color: #dbeede;
@@ -119,8 +119,6 @@ export default {
@include mobile { @include mobile {
padding: 0px 40px; padding: 0px 40px;
width: calc(100% - 80px);
> img { > img {
height: 23px; height: 23px;
} }