WIP
This commit is contained in:
@@ -24,6 +24,7 @@ section.blue-background-grid {
|
||||
.blocks {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 2rem;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
@@ -31,7 +32,7 @@ section.blue-background-grid {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.block {
|
||||
width: 50%;
|
||||
width: calc(50% - 2rem);
|
||||
|
||||
&:first-of-type {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user