Fixed css for mobile devices
This commit is contained in:
@@ -45,7 +45,7 @@ header {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
@media only screen and (max-width: 980px) {
|
||||
header {
|
||||
height: 5em;
|
||||
|
||||
|
Reference in New Issue
Block a user