Ä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

@@ -9,18 +9,11 @@
/* background-color:#043381;*/
}
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
.align-self-xl-start {
width: 102%;
}
#normaltable {
width: 1500px;
@@ -33,14 +26,11 @@
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
margin-left: 0px;
width: 315px;
overflow-x: auto;
}
h1 {
font-size: 12px;
}
#tableSearch {
width: 315px;
}
@@ -48,15 +38,5 @@
#containerseiterand {
width: 352px;
}
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
}
}