CSs angepasst tabelle passt

This commit is contained in:
ja
2021-08-27 11:24:37 +02:00
parent 1fb45bd6c4
commit 443bb066c7
3 changed files with 79 additions and 25 deletions

View File

@@ -1,23 +1,34 @@
.btn btn-primary {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
.align-self-xl-start {
width: 102%;
}
#normaltable {
width: 1500px;
}
#conovertab {
margin-left: 10px;
width: 1200px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 100%;
margin-left: 0px;
width: 1700px;
}
@media (max-width: 558.98px) {
@@ -39,4 +50,39 @@
margin-right: 5px;
width: 350px;
}
}
#tableSearch {
width: 315px;
}
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;*/
}
#tableSearch {
width: 1500px;
}
#conovertab {
margin-left: 10px;
width: 1200px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 100%;
}