Updated Examples and tweaked some stuff form mobile layout

This commit is contained in:
2020-12-28 18:01:06 +01:00
parent 88f84a9c25
commit a8195a3fba
3 changed files with 20 additions and 3 deletions

View File

@ -614,12 +614,17 @@ th.address {
cursor: pointer;
}
.modal .scroller table {
width: 100%;
}
@media(max-width: 1000px){
.pc{
grid-template-rows: auto max-content auto;
justify-items: center;
justify-items: center;
overflow-x: hidden;
}
.pc .section {
@ -732,4 +737,16 @@ th.address {
text-align: center;
}
}
@media(max-width: 800px){
.pc .cu .input-row {
display: block;
padding-left: 2rem;
}
.pc .cu .input-row label {
display: block;
}
}