Phone fix? Maybe? I dunno?
This commit is contained in:
parent
4deb8ecbe3
commit
15fc048bdf
18
style.css
18
style.css
|
@ -66,6 +66,13 @@ a:hover {
|
||||||
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
|
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page {
|
||||||
|
width: 100%;
|
||||||
|
padding: 15px 5px 8px 5px;
|
||||||
|
height: calc(40vh - 50px);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
|
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
|
||||||
#content {
|
#content {
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
|
@ -74,6 +81,10 @@ a:hover {
|
||||||
#main-container {
|
#main-container {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#page {
|
||||||
|
height: calc(50vh - 40px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbar {
|
#navbar {
|
||||||
|
@ -83,13 +94,6 @@ a:hover {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
|
||||||
width: 100%;
|
|
||||||
padding: 15px 5px 8px 5px;
|
|
||||||
height: calc(40vh - 50px);
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#splits {
|
#splits {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue