Update 'style.css'

This commit is contained in:
Dominik V. Salonen 2018-03-14 18:50:46 +00:00
parent b242cb8970
commit 7882e13be5
1 changed files with 10 additions and 14 deletions

View File

@ -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%;