update _header.scss file .

This commit is contained in:
jazib-cb 2017-03-21 16:40:07 +05:00
parent 60c03a8827
commit c7b70e3f93
2 changed files with 40 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -687,6 +687,11 @@
.navbar-collapse.collapse.in {
display: block !important;
}
.cd-popup{
.cb-popup-container {
width: 90%;
}
}
}
@media only screen and (max-width: 767px) {
@ -950,13 +955,44 @@
}
}
}
.cd-popup{
.cb-popup-container {
margin: 4em auto;
padding: 0;
width: 87%;
}
}
}
@media only screen and (max-width:767px) {
@media only screen and (max-width:640px) {
.cd-popup{
.cb-popup-container {
margin: 1em auto;
padding: 0;
width: 86%;
}
}
}
@media only screen and (max-width:480px) {
.cd-popup{
.cb-popup-container {
width:90%;
margin:43px auto;
margin:3em auto;
}
}
}
@media only screen and (max-width:360px) {
.cd-popup{
.cb-popup-container {
width:90%;
}
}
}
@media only screen and (max-width:320px) {
.cd-popup{
.cb-popup-container {
width:90%;
margin:3em auto !important;
}
}