| 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-5.scss |
// FEATURE 5
// BEGIN: General Mode
.c-content-feature-5 {
.c-content-title-1 {
margin-top: 25px;
}
.c-text {
position: relative;
background-color: #ffffff;
width: 40%;
padding: 25px;
z-index: 1;
}
.c-photo {
position: absolute;
top: 0;
right: 65px;
}
}
// END
// BEGIN: Mobile Mode
@media (max-width: $screen-md-max) {
/* 991px */
.c-content-feature-5 {
.c-content-title-1 {
margin: 0;
}
.c-text {
position: static;
width: 100%;
z-index: auto;
}
.c-photo {
position: static;
margin: 20px 0px;
}
}
}
// END