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