feat(SW-713): add comment

This commit is contained in:
Fredrik Thorsson
2024-10-31 16:31:50 +01:00
parent 0e33cfa076
commit 5f210caefc

View File

@@ -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,