Update 'style.css'
This commit is contained in:
parent
b242cb8970
commit
7882e13be5
24
style.css
24
style.css
|
@ -42,20 +42,6 @@ a:hover {
|
|||
margin-top: 25vh;
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 600px) {
|
||||
#content {
|
||||
margin-top: 5vh;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-device-height: 600px) {
|
||||
#content {
|
||||
margin-top: 5vh;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
#main-container {
|
||||
background-color: #3b3b3b;
|
||||
|
@ -69,6 +55,16 @@ a:hover {
|
|||
width: 100%;
|
||||
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) {
|
||||
#content {
|
||||
margin-top: 5vh;
|
||||
}
|
||||
|
||||
#main-container {
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
#navbar {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue