| Current Path : /home/happyrenas/old/devis-huissier.fr/old/sass/components/content/features/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/sass/components/content/features/_feature-1.scss |
// Card 1
// BEGIN: General Mode
.c-content-feature-1 {
padding-right: 40px;
> h4 {
font-size:18px;
color: $general-head-font-color;
margin-top:0;
font-weight: 500;
text-transform: uppercase;
}
p {
font-size:18px;
color: $general-font-color;
}
> h3 {
font-size:30px;
color: $general-head-font-color;
font-weight:500;
margin:30px 0 25px 0;
}
}
// END
// BEGIN: Mobile Mode
@media (max-width: $screen-sm-max) { /* 991px */
.c-content-feature-1 {
padding-right: 20px;
}
}
// END