added min size to custom-logo

This commit is contained in:
jorge-vitrubio 2022-11-30 12:30:29 +01:00
parent 952625192f
commit 46317e2e30
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@
//float: left;
}
.custom-logo {
max-width: 11rem;
width: 11rem;
margin: 1rem;
}
.menu-primary-menu-container {

View File

@ -784,7 +784,7 @@ textarea {
@media screen and (min-width: 37.5em) {
.custom-logo {
max-width: 11rem;
width: 11rem;
margin: 1rem;
}
.menu-primary-menu-container {

File diff suppressed because one or more lines are too long