23.11 Upload to live
This commit is contained in:
parent
8cae2f92a4
commit
8ebdacec98
80 changed files with 7320 additions and 3937 deletions
|
|
@ -6,6 +6,8 @@
|
|||
RewriteEngine On
|
||||
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^www\.([^\.]*)\.mivita\.care$ [NC]
|
||||
#RewriteRule (.*) http://%1.mivita.care$1 [R=301,L]
|
||||
|
||||
#RewriteCond %{HTTPS} off
|
||||
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
|
|
|
|||
|
|
@ -187,6 +187,38 @@ form .select2-container .select2-selection--single .select2-selection__rendered
|
|||
height: 45px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
section div.row>div {
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.pull-left-xs {
|
||||
float: left !important;
|
||||
}
|
||||
section.page-header.page-header-xlg {
|
||||
padding: 50px 0 50px 0;
|
||||
}
|
||||
section {
|
||||
padding-top: 20px ;
|
||||
}
|
||||
.shop-item-image {
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
.owl-carousel.zoom-more a > img {
|
||||
opacity: 1;
|
||||
}
|
||||
.owl-carousel.owl-padding-3 .owl-item a {
|
||||
padding: 0 30px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 340px) {
|
||||
#header.fixed #topNav a.logo > img {
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@-webkit-keyframes burst {
|
||||
0% {
|
||||
opacity: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue