Reduce padding
This commit is contained in:
parent
1a2e5cc767
commit
08a607edb2
@ -52,6 +52,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.block-list {
|
.block-list {
|
||||||
|
margin: -$gap * 2;
|
||||||
|
|
||||||
|
@include media($medium-screen) {
|
||||||
|
margin: -$gap * 4;
|
||||||
|
}
|
||||||
|
|
||||||
.block-list__header {
|
.block-list__header {
|
||||||
display: block;
|
display: block;
|
||||||
@ -62,6 +67,11 @@
|
|||||||
margin-left: $gap*3;
|
margin-left: $gap*3;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user