WIP
This commit is contained in:
@@ -3,6 +3,11 @@ section.blue-background-grid {
|
||||
padding: 4rem;
|
||||
color: $c-white;
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
}
|
||||
|
||||
.col {
|
||||
position: relative;
|
||||
}
|
||||
@@ -13,4 +18,19 @@ section.blue-background-grid {
|
||||
height: auto;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.blocks {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.block:first-of-type {
|
||||
width: 50%;
|
||||
padding-right: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user