1
0
This commit is contained in:
Filip Rojek 2022-10-31 17:10:18 +01:00
parent 70c132ac95
commit de8b3764e6

View File

@ -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 {