Fix css style for mobile devices
This commit is contained in:
@@ -16,7 +16,7 @@ body
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@@ -76,12 +76,12 @@ main > nav
|
||||
|
||||
article > .subtitle {
|
||||
height: 10vw;
|
||||
|
||||
}
|
||||
article footer{
|
||||
display: block;
|
||||
height: 5vw;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px)
|
||||
|
||||
Reference in New Issue
Block a user