Skip to content

Commit 74a3088

Browse files
authored
Add margin-top to progress footer
1 parent c82ab55 commit 74a3088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ place it in the .infobox above the heading for the infobox
600600

601601
/* Progress bar at the bottom of screen */
602602
footer.progress-footer {
603+
margin-top: 3rem; /* it's a tall dropdown */
603604
min-height: 80px; /* Allow enough space */
604605
display: flex;
605606
align-items: flex-start; /* Align steps to top */

0 commit comments

Comments
 (0)