fix
This commit is contained in:
parent
70c132ac95
commit
de8b3764e6
@ -18,6 +18,7 @@ body {
|
|||||||
max-height: -webkit-fill-available;
|
max-height: -webkit-fill-available;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -48,7 +49,7 @@ body {
|
|||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.content {
|
.content {
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
height: 100vh;
|
height: calc(100vh - 10rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
Loading…
Reference in New Issue
Block a user