Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Commit
•
82edd11
1
Parent(s):
a8ad716
Gallery max height
Browse files
app.css
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
}
|
35 |
.gallery, .gallery .grid-wrap {
|
36 |
height: calc(100vh - 360px);
|
37 |
-
max-height:
|
38 |
}
|
39 |
|
40 |
.icon-button {
|
|
|
34 |
}
|
35 |
.gallery, .gallery .grid-wrap {
|
36 |
height: calc(100vh - 360px);
|
37 |
+
max-height: calc(100vh - 360px);
|
38 |
}
|
39 |
|
40 |
.icon-button {
|