Fix header on small screens
This commit is contained in:
@@ -21,17 +21,25 @@ header > .home {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
margin-left: 20px;
|
||||
@media (max-width: 500px) {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
header img {
|
||||
height: 40px;
|
||||
margin: 20px;
|
||||
@media (max-width: 500px) {
|
||||
height: 25px;
|
||||
margin: 10px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.logout {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user