Line 122: | Line 122: | ||
} | } | ||
.steps-container{ | .steps-container{ | ||
− | |||
display:table; | display:table; | ||
width:100%; | width:100%; | ||
Line 128: | Line 127: | ||
.step{ | .step{ | ||
display:table-cell; | display:table-cell; | ||
− | + | text-align: center; | |
} | } | ||
.step > div{ | .step > div{ | ||
Line 134: | Line 133: | ||
height:20px; | height:20px; | ||
border-radius:20px; | border-radius:20px; | ||
− | |||
border:2px solid black; | border:2px solid black; | ||
} | } |
Revision as of 10:08, 8 October 2017
Human Practices Logbook
123456789101112