Make step navigation take up full width, even if there are fewer than 5
This commit is contained in:
parent
e5d00fa98e
commit
5cc6a589ab
|
@ -326,7 +326,7 @@ body {
|
|||
width:100%;
|
||||
display: inline-flex;
|
||||
li {
|
||||
width: 20%;
|
||||
width: 100%;
|
||||
float: left;
|
||||
padding: 0 0 0.8em;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue