• File: _appointment.scss
  • Full Path: /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/assets/scss/components/_appointment.scss
  • Date Modified: 10/29/2024 2:43 PM
  • File size: 572 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.appointment {
    &__img {
        margin-left: -250px;
        margin-right: 20px;
        @include respond(laptop) {
            margin-left: -50px;
        }
        @include respond(lg) {
            margin-left: 0;
            padding-right: 20px;
        }
    }
    &__inner-img {
        position: absolute;
        top: 50%;
        right: 0;
        @include transform(translateY(-50%));
        @include respond(lg) {
            max-width: 300px;
        }
        @include respond(xs) {
            max-width: 200px;
        }
    }
}