Updated Examples and tweaked some stuff form mobile layout
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user