We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4152074 commit 24398e3Copy full SHA for 24398e3
app/src/styles/Gallery.module.scss
@@ -15,11 +15,12 @@
15
display: grid;
16
17
grid-template-columns: repeat(5, 1fr);
18
-
19
grid-auto-rows: 20rem;
20
21
gap: 1rem;
22
+ padding-bottom: 5rem;
23
+
24
height: auto;
25
width: 100%;
26
app/src/styles/globals.scss
@@ -21,7 +21,6 @@ a {
overflow: hidden;
padding-top: variables.$navbar-height;
- padding-bottom: 5rem;
min-height: calc(100vh - variables.$navbar-height);
}
27
0 commit comments