Fix: Logo on small iphone
This commit is contained in:
+7
-1
@@ -128,7 +128,7 @@ img::-moz-selection {
|
||||
}
|
||||
|
||||
#mainNav .navbar-brand img {
|
||||
max-height: 45px;
|
||||
max-height: 40px;
|
||||
transition: max-height 0.3s, max-height 0.3s;
|
||||
}
|
||||
|
||||
@@ -149,6 +149,12 @@ img::-moz-selection {
|
||||
color: #00ffff;
|
||||
}
|
||||
|
||||
@media (min-width: 330px) {
|
||||
#mainNav .navbar-brand img {
|
||||
max-height: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 390px) {
|
||||
#mainNav .navbar-brand img {
|
||||
max-height: 60px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user