40 lines
494 B
CSS
40 lines
494 B
CSS
|
|
|
|
#tableSearch {
|
|
width: 1250px;
|
|
}
|
|
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 32px;
|
|
}
|
|
|
|
#normaltable {
|
|
width: 1500px;
|
|
}
|
|
|
|
#conovertab {
|
|
margin-left: 0px;
|
|
width: 1700px;
|
|
}
|
|
|
|
@media (max-width: 558.98px) {
|
|
#conovertab {
|
|
margin-left: 0px;
|
|
width: 315px;
|
|
overflow-x: auto;
|
|
}
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 22px;
|
|
}
|
|
#tableSearch {
|
|
width: 315px;
|
|
}
|
|
|
|
#containerseiterand {
|
|
|
|
width: 352px;
|
|
}
|
|
}
|