Fix: Logo on small iphone

This commit is contained in:
2020-04-06 23:56:54 +02:00
parent 2a9e54b7f7
commit b863e445f2
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -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;
+1 -1
View File
File diff suppressed because one or more lines are too long