Make step navigation take up full width, even if there are fewer than 5

This commit is contained in:
Paul Dechov 2018-01-24 10:29:44 -05:00
parent e5d00fa98e
commit 5cc6a589ab
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ body {
width:100%;
display: inline-flex;
li {
width: 20%;
width: 100%;
float: left;
padding: 0 0 0.8em;
margin: 0;