Erste Fotos.
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user