added min size to custom-logo
This commit is contained in:
parent
952625192f
commit
46317e2e30
|
@ -101,7 +101,7 @@
|
||||||
//float: left;
|
//float: left;
|
||||||
}
|
}
|
||||||
.custom-logo {
|
.custom-logo {
|
||||||
max-width: 11rem;
|
width: 11rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
.menu-primary-menu-container {
|
.menu-primary-menu-container {
|
||||||
|
|
|
@ -784,7 +784,7 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 37.5em) {
|
@media screen and (min-width: 37.5em) {
|
||||||
.custom-logo {
|
.custom-logo {
|
||||||
max-width: 11rem;
|
width: 11rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
.menu-primary-menu-container {
|
.menu-primary-menu-container {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue