Skip to content
Snippets Groups Projects
Commit d3f842c8 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

rounding error on some browser, now flexible if we add/remove items

parent 066b4239
No related branches found
No related tags found
No related merge requests found
...@@ -18,14 +18,20 @@ Description: IPPI-DB Theme ...@@ -18,14 +18,20 @@ Description: IPPI-DB Theme
.step_nav ul { .step_nav ul {
margin: 0 ; margin: 0 ;
padding: 0; padding: 0;
display:flex;
} }
.step_nav li { .step_nav li {
display: inline; display: inline;
flex:1 auto;
}
.step_nav li:not(:first-child) {
padding-left: 5px;
} }
.step_nav li a, .step_nav li a:hover, .step_nav li a:focus { .step_nav li a, .step_nav li a:hover, .step_nav li a:focus {
width: 12.19%; width: 100%;
background-color: #E3E9EB; background-color: #E3E9EB;
color:#8D8888; color:#8D8888;
font-family: "PlayfairDisplayReg"; font-family: "PlayfairDisplayReg";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment