Update 'style.css'
This commit is contained in:
parent
9882b5461e
commit
b242cb8970
|
@ -45,15 +45,15 @@ a:hover {
|
|||
|
||||
@media only screen and (max-device-width: 600px) {
|
||||
#content {
|
||||
margin-top: 10vh;
|
||||
max-height: 75vh;
|
||||
margin-top: 5vh;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-device-height: 600px) {
|
||||
#content {
|
||||
margin-top: 0vh;
|
||||
max-height: 75vh;
|
||||
margin-top: 5vh;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue