Fix user logo size + padding of logo menu in mobile view

This commit is contained in:
meaz 2019-10-30 22:34:59 +01:00
parent 2698428720
commit 43b2e75ad2
1 changed files with 8 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Disroot Media Queries
#user-logo {
height: 35px;
width: 25px;
background-size: 30px;
background-size: 20px;
}
.dropdown-content {
@ -225,7 +225,9 @@ div#nav-logo {
right: 50px;
}
#nav-right {
padding: 0 5%;
}
/* Control Nav */
@ -325,6 +327,10 @@ div#nav-logo {
width: 80%;
}
#nav-right {
padding: 0 5%;
}
/* header styles
------------------------------------*/
header .banner { padding-top: 24px; }