This commit is contained in:
parent
61473216f3
commit
fac5c19c31
|
|
@ -172,7 +172,7 @@ sup {
|
|||
margin-right:0;
|
||||
height: auto;
|
||||
padding-right: 1em;
|
||||
width: 100%!important;
|
||||
width: 100%;
|
||||
@media(min-width: 769px){
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -122,11 +122,11 @@
|
|||
-ms-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;
|
||||
height: 40px;
|
||||
height: 40px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
.default_site_h1{
|
||||
padding: 0.5em;
|
||||
padding: 0.5em !important;
|
||||
}
|
||||
.navbar-header .default_site_h1>*{
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue