feat(SW-713): add comment
This commit is contained in:
@@ -9,7 +9,9 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--Spacing-x2);
|
gap: var(--Spacing-x2);
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: calc(var(--Spacing-x4) * 2 + 80px);
|
margin-bottom: calc(
|
||||||
|
var(--Spacing-x4) * 2 + 80px
|
||||||
|
); /* Creates space between the wrapper and buttonContainer */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainContent,
|
.mainContent,
|
||||||
|
|||||||
Reference in New Issue
Block a user