Improve device height selector
This improves the website's look on display resolutions such as 1280x720 and 1280x800
This commit is contained in:
parent
1385f7adb7
commit
a17226eb40
|
@ -66,7 +66,7 @@ a:hover {
|
|||
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 600px) {
|
||||
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
|
||||
#content {
|
||||
margin-top: 5vh;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue