Mobile layout fixes
This commit is contained in:
parent
cfe1a0c7d4
commit
76435044f4
1 changed files with 3 additions and 2 deletions
|
@ -135,8 +135,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#koring {
|
#koring {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
height: 0px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -802,6 +801,8 @@ model-viewer {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
|
width: 100%;
|
||||||
|
margin: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue