We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a05da commit d4c1c50Copy full SHA for d4c1c50
static/css/gallery.css
@@ -1,19 +1,28 @@
1
div.elegant-gallery {
2
display: flex;
3
- flex-wrap: wrap;
+ flex-wrap: nowrap;
4
flex-direction: row;
5
justify-content: center;
6
align-items: center;
7
align-content: center;
8
+ margin: 0;
9
+ padding: 0;
10
+ font-size: 0;
11
12
& figure {
13
margin: 0;
14
15
+ max-width: 100%;
16
+ border: 1px solid lightgray;
17
+
18
& figcaption {
19
display: none;
20
}
21
22
& img {
23
24
border: none;
- padding: rfs(0.1rem);
25
26
27
28
0 commit comments