mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
Fix about page's layout
This commit is contained in:
parent
9cc3f1480b
commit
d6e8e3488f
@ -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 {
|
||||
@ -520,7 +517,7 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 10px;
|
||||
z-index: 100;
|
||||
z-index: 300;
|
||||
padding: 3px 15px;
|
||||
border: 1px solid $border-color;
|
||||
border-top-left-radius: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user