Skip to content

Commit 24398e3

Browse files
committedApr 29, 2024·
style: remove main bottom padding
1 parent 4152074 commit 24398e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/src/styles/Gallery.module.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
display: grid;
1616

1717
grid-template-columns: repeat(5, 1fr);
18-
1918
grid-auto-rows: 20rem;
2019

2120
gap: 1rem;
2221

22+
padding-bottom: 5rem;
23+
2324
height: auto;
2425
width: 100%;
2526

‎app/src/styles/globals.scss

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ a {
2121
overflow: hidden;
2222

2323
padding-top: variables.$navbar-height;
24-
padding-bottom: 5rem;
2524
min-height: calc(100vh - variables.$navbar-height);
2625
}
2726

0 commit comments

Comments
 (0)
Please sign in to comment.