feat(SW-713): add comment
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x2);
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user