Added changes from eb94b51 TMMeilleur/PrestaShop
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* Home hook CSS */
|
||||
#htmlcontent_home ul {
|
||||
margin: 0 -5px;
|
||||
}
|
||||
#htmlcontent_home ul li {
|
||||
padding: 0 5px 10px;
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
#htmlcontent_home ul li {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#htmlcontent_home ul li img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
#htmlcontent_home ul li img {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
#htmlcontent_home ul li.htmlcontent-item-4 {
|
||||
width: 66.6667%;
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
#htmlcontent_home ul li.htmlcontent-item-4 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Top hook CSS */
|
||||
#htmlcontent_top {
|
||||
float: left;
|
||||
padding-top: 40px;
|
||||
width: 33.4%;
|
||||
max-width: 391px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#htmlcontent_top {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
padding-left: 0;
|
||||
padding-top: 0px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#htmlcontent_top ul {
|
||||
margin: 0 -5px;
|
||||
}
|
||||
}
|
||||
#htmlcontent_top ul li {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#htmlcontent_top ul li {
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
#htmlcontent_top ul li img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Left hook CSS */
|
||||
/* Right hook CSS */
|
||||
/* Footer hook CSS */
|
||||
Reference in New Issue
Block a user