Skip to content

Commit 3a9ea98

Browse files
authored
Merge pull request #339 from Pseudo-Lab/refactor/padding
refactor: increase bottom padding for activities section
2 parents 5401fb7 + 0f969c6 commit 3a9ea98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

platform/frontend/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,7 @@ body {
14221422
/* Activities Section */
14231423
#activities {
14241424
padding-top: 2rem;
1425-
padding-bottom: 4rem;
1426-
/* Reduced since it's the last section before footer */
1425+
padding-bottom: 6rem;
14271426
}
14281427

14291428
.activities-grid {
@@ -1783,6 +1782,6 @@ body {
17831782
}
17841783

17851784
#activities {
1786-
padding-bottom: 8rem;
1785+
padding-bottom: 6rem;
17871786
}
17881787
}

0 commit comments

Comments
 (0)