1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.mainContainer .wrapper a {
text-decoration: initial;
}
div.productShowcaseSection {
padding-top: 20px;
padding-bottom: 20px;
}
.productShowcaseSection .indexUsers a {
max-width: 300px;
padding: 0 15 0 15;
}
.productShowcaseSection h2 {
margin-bottom: 10px;
}
.productShowcaseSection div.container {
padding-top: 20px;
padding-bottom: 20px;
}
.productShowcaseSection div.blockElement {
padding-top: 20px;
padding-bottom: 20px;
}
div.descriptionSection {
padding-top: 20px;
padding-bottom: 40px;
}
.descriptionSection p {
text-align: left;
margin-left: 21.5%;
margin-right: 21.5%;
}
.descriptionSection .container h2 {
font-size: 30px;
}
.descriptionSection .blockImage {
margin-top: 7%;
}
|