Margin bottom vipps

This commit is contained in:
2020-01-24 15:54:28 +01:00
parent 41a1806c33
commit 00f4262c7c
2 changed files with 1 additions and 5 deletions

View File

@@ -202,9 +202,6 @@ export default {
h1 { h1 {
cursor: pointer; cursor: pointer;
} }
.vipps {
margin: 20px auto auto auto;
}
.header-link { .header-link {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
@@ -246,7 +243,7 @@ p {
} }
.vipps { .vipps {
margin-top: 8rem; margin: 8rem auto 2.5rem auto;
@include mobile { @include mobile {
margin-top: 2rem; margin-top: 2rem;

View File

@@ -50,7 +50,6 @@ export default {
padding: 25px; padding: 25px;
width: 250px; width: 250px;
margin: auto 0; margin: auto 0;
margin-bottom: 2.5rem;
cursor: pointer; cursor: pointer;
} }