Änderungen Css Abstände wurden angepasst an korrekte Größe

This commit is contained in:
ja
2021-08-27 13:12:11 +02:00
parent 443bb066c7
commit 5fcaf2e580
11 changed files with 122 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -146,6 +146,16 @@ ContentPlaceHolder1 {
}
@media (min-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#offcanvasWithBothOptions {
min-width: 17.692852087756545vw;
max-width: 17.692852087756545vw;