joelniklaus HF Staff commited on
Commit
290123d
·
1 Parent(s): 187aab5

increase bottom margin for figures to make delineation clear

Browse files
Files changed (1) hide show
  1. app/src/styles/_base.css +1 -0
app/src/styles/_base.css CHANGED
@@ -185,6 +185,7 @@ html {
185
 
186
  .content-grid main figure:not(.table-figure) {
187
  counter-increment: figure;
 
188
  }
189
 
190
  /* Prepend "Figure N: " to description figcaptions (skip title-only figcaptions) */
 
185
 
186
  .content-grid main figure:not(.table-figure) {
187
  counter-increment: figure;
188
+ margin-bottom: 2.5rem;
189
  }
190
 
191
  /* Prepend "Figure N: " to description figcaptions (skip title-only figcaptions) */