add css for navbar title image
This commit is contained in:
parent
c783247eb6
commit
13ef693f31
18
css/main.css
18
css/main.css
@ -121,6 +121,22 @@ img {
|
|||||||
color: #0085a1;
|
color: #0085a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-custom .navbar-brand-logo {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
.navbar-custom .navbar-brand-logo img {
|
||||||
|
height: 50px;
|
||||||
|
-webkit-transition: height .5s ease-in-out;
|
||||||
|
-moz-transition: height .5s ease-in-out;
|
||||||
|
transition: height .5s ease-in-out;
|
||||||
|
}
|
||||||
|
.navbar-custom.top-nav-short .navbar-brand-logo {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
.navbar-custom.top-nav-short .navbar-brand-logo img {
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.navbar-custom {
|
.navbar-custom {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
@ -625,4 +641,4 @@ td.gutter {
|
|||||||
|
|
||||||
#social-share-section {
|
#social-share-section {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user