Fix: Logo on small iphone
This commit is contained in:
parent
2a9e54b7f7
commit
b863e445f2
@ -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;
|
||||
|
||||
2
www/css/agency.min.css
vendored
2
www/css/agency.min.css
vendored
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="/css/agency.min.css?v=3" rel="stylesheet">
|
||||
<link href="/css/agency.min.css?v=4" rel="stylesheet">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user