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