Erste Fotos.

This commit is contained in:
2018-07-07 12:28:35 +02:00
parent 5cbbe9422c
commit b392e0aaac
13 changed files with 95 additions and 6 deletions
+5
View File
@@ -20,3 +20,8 @@ body {
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 992px) {
.bg {
background-image: url("../img/background@2x.jpg");
}
}
+4 -1
View File
@@ -14,6 +14,10 @@ body {
/* The image used */
background-image: url("../img/background.jpg");
@media (min-width: 992px) {
background-image: url("../img/background@2x.jpg");
}
/* Full height */
height: 100%;
@@ -22,4 +26,3 @@ body {
background-repeat: no-repeat;
background-size: cover;
}