|
|
@ -43,7 +43,7 @@ if (carbonOptions) {
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
.VPCarbonAds {
|
|
|
|
.VPCarbonAds {
|
|
|
|
padding: 24px 24px 20px;
|
|
|
|
padding: 32px 32px 28px;
|
|
|
|
border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
min-height: 240px;
|
|
|
|
min-height: 240px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
@ -54,12 +54,6 @@ if (carbonOptions) {
|
|
|
|
transition: color 0.5s, background-color 0.5s;
|
|
|
|
transition: color 0.5s, background-color 0.5s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1440px) {
|
|
|
|
|
|
|
|
.VPCarbonAds {
|
|
|
|
|
|
|
|
padding: 32px 32px 28px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VPCarbonAds img {
|
|
|
|
.VPCarbonAds img {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|