mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
Fix about page's layout
This commit is contained in:
parent
5a45bb6ac4
commit
ebc9abd4e2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user