Frontpage layout adjustments

This commit is contained in:
Raphael Michel
2016-09-09 14:47:22 +02:00
parent d9f1360634
commit 52906abfb2
3 changed files with 28 additions and 15 deletions
+4 -4
View File
@@ -99,7 +99,7 @@
padding-top: 15px;
}
section.front-page {
margin-top: 15px;
margin-top: 30px;
}
.offline-banner {
background: $brand-danger;
@@ -114,10 +114,10 @@ section.front-page {
}
}
@media (max-width: $screen-sm-max) {
.checkout-button-row div {
margin-bottom: 10px;
}
.page-header h1 small {
display: block;
}
.row-voucher > div:first-child {
margin-bottom: 15px;
}
}
+4
View File
@@ -85,6 +85,7 @@ body.loading .container {
text-align: center;
z-index: 900000;
visibility: hidden;
padding: 10px;
.big-icon {
margin-top: 50px;
@@ -135,4 +136,7 @@ body.loading .container {
h2 {
margin-top: 0;
}
.checkout-button-row > div {
margin-bottom: 15px;
}
}