Height fix for older themes

Fixes the height using default 35px instead of using 40px.
This commit is contained in:
tersiswilvin 2022-08-12 12:01:08 -07:00
parent 053458916d
commit c1ae53b887
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ html {
width: 100%;
}
#logo_full, #logo_full img {
#logo_full, #logo_full .btn-logo {
width: 200px;
Height: 40px;
}

View File

@ -35,7 +35,7 @@ html {
width: 100%;
}
#logo_full, #logo_full img {
#logo_full, #logo_full .btn-logo {
width: 200px;
Height: 40px;
}