Codedesign änderungen und fixen des scroll bugs

This commit is contained in:
ja
2021-10-15 09:47:12 +02:00
parent 76ef1244b3
commit bceabf4f46
3 changed files with 9 additions and 8 deletions

View File

@@ -54,8 +54,8 @@
.txt_design2 {
color: #003680;
font-size: 1.725em;
}
@media (max-width: 558.98px) {
}
@media (max-width: 558.98px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
@@ -66,6 +66,7 @@
background-size: cover;
background-color: #fff;
overflow-y: clip;
overflow-x:clip;
}
#content_container {