Skip to content

Commit 66f4511

Browse files
authored
style: missing gap between public files (#95)
1 parent 56a12da commit 66f4511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/AssociationDescription.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.main {
44
display: flex;
55
flex-direction: column;
6-
row-gap: 2rem;
6+
row-gap: 1rem;
77
align-content: center;
88
align-items: center;
99

@@ -26,6 +26,7 @@
2626
display: flex;
2727
flex-direction: column;
2828
align-items: center;
29+
gap: 1rem;
2930

3031
color: variables.$glass-color;
3132

0 commit comments

Comments
 (0)