theme folder edit _header.scss
This commit is contained in:
parent
61f071ad64
commit
ddbbbc3988
4 changed files with 21 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -688,6 +688,7 @@
|
|||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.navbar-header{
|
||||
padding: 10px 20px 10px 10px;
|
||||
|
@ -950,6 +951,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:767px) {
|
||||
.cd-popup{
|
||||
.cb-popup-container {
|
||||
width:90% ;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@-webkit-keyframes horizontal {
|
||||
0% {
|
||||
transform: scale(0.1);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3680,4 +3680,13 @@ textarea#comment_box{
|
|||
top:auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:360) {
|
||||
.cd-popup{
|
||||
.cb-popup-container {
|
||||
width:90% ;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue