1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00

Fix about page's layout

This commit is contained in:
vincent 2022-05-05 14:57:06 +02:00 committed by Du Peng
parent 5a45bb6ac4
commit ebc9abd4e2

View File

@ -390,14 +390,14 @@
.about-fablab { .about-fablab {
position: relative; position: relative;
z-index: 101; z-index: 100;
height: 93%; height: 100%;
background-color: white; background-color: white;
@include transition(0.5s linear all); @include transition(0.5s linear all);
opacity: 1; opacity: 1;
img { max-width: 100%; }
.about-picture { .about-picture {
padding: 70px 0; padding: 70px 0;
height: 326px; height: 326px;
@ -411,9 +411,6 @@
line-height: rem-calc(48); line-height: rem-calc(48);
color: #fff; color: #fff;
font-weight: 900; font-weight: 900;
//black
} }
.about-title-aside { .about-title-aside {