Änderungen rücksetzen auf Stanmd 12:00 Uhr am 25.11.2021

This commit is contained in:
ja
2021-11-25 15:20:53 +01:00
parent 62d9bd41e9
commit b7a274c9d4
7 changed files with 67 additions and 60 deletions

View File

@@ -41,26 +41,45 @@
}
g-3 {
width: 100%;
}
}
}
@media (max-width: 349.98px) {
body {
width: 349.98px;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border: 1px solid grey;
}
#conovertab{
margin-left:-38px;width:416px;
#conovertab {
margin-left: -38px;
width: 416px;
}
}
@media(min-width: 558.98px){
.modal-content {
position: relative;
display: flex;
flex-direction: column;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
}
}
</style>