correction d'alignement vertical de .nav-button

This commit is contained in:
Raphael Goetter 2018-10-24 10:14:52 +02:00
parent a85af1ee32
commit 5bd082dfef
7 changed files with 634 additions and 987 deletions

View file

@ -102,7 +102,8 @@ button {
-webkit-tap-highlight-color: transparent;
& > * {
display: flex;
display: inline-flex;
vertical-align: top;
flex-direction: column;
justify-content: space-between;
align-items: stretch;