More content, less padding on phones
This commit is contained in:
parent
58eaa5d283
commit
285d7f993c
|
@ -75,11 +75,11 @@ a:hover {
|
||||||
|
|
||||||
@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: 2vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-container {
|
#main-container {
|
||||||
max-height: 60vh;
|
max-height: 70vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
#page {
|
||||||
|
|
Loading…
Reference in New Issue