From ebc9abd4e2b0146631f8e8647813ba5643776d39 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 5 May 2022 14:57:06 +0200 Subject: [PATCH] Fix about page's layout --- app/frontend/src/stylesheets/app.components.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/frontend/src/stylesheets/app.components.scss b/app/frontend/src/stylesheets/app.components.scss index 4f8fd7b97..7b5b0d737 100644 --- a/app/frontend/src/stylesheets/app.components.scss +++ b/app/frontend/src/stylesheets/app.components.scss @@ -390,14 +390,14 @@ .about-fablab { position: relative; - z-index: 101; - height: 93%; + z-index: 100; + height: 100%; background-color: white; - @include transition(0.5s linear all); - opacity: 1; + img { max-width: 100%; } + .about-picture { padding: 70px 0; height: 326px; @@ -411,9 +411,6 @@ line-height: rem-calc(48); color: #fff; font-weight: 900; - - //black - } .about-title-aside {