pop in pour biographies
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
// Modular Showcase styling
|
||||
.modular {
|
||||
.features {
|
||||
padding: 6rem 0;
|
||||
|
||||
padding: 2rem 8rem;
|
||||
text-align: center;
|
||||
|
||||
@include clearfix;
|
||||
|
||||
.titre_nsb h1 {
|
||||
text-transform: uppercase;
|
||||
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
line-height: 100%;
|
||||
@@ -20,6 +27,7 @@
|
||||
|
||||
.feature-items {
|
||||
margin-top: 2rem;
|
||||
|
||||
@supports not (flex-wrap: wrap) {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -28,10 +36,12 @@
|
||||
.feature {
|
||||
display:block;
|
||||
float: left;
|
||||
width: 25%;
|
||||
width: 20%;
|
||||
vertical-align: top;
|
||||
margin-top: 2rem;
|
||||
margin-right: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
@include breakpoint(large-mobile-range) {
|
||||
margin-top: 1rem;
|
||||
width: 50%;
|
||||
@@ -49,13 +59,20 @@
|
||||
h4 {
|
||||
margin: 0;
|
||||
font-size: 1.1rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p {
|
||||
display: inline-block;
|
||||
font-size: $core-font-size;
|
||||
font-size: $core-font-size - 0.20;
|
||||
margin: 0.2rem 0 1rem;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 45%;
|
||||
display: block;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&.big {
|
||||
|
||||
Reference in New Issue
Block a user