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

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* www.KNACSS.com v7.0.8 (september, 20 2018) @author: Alsacreations, Raphael Goetter
* www.KNACSS.com v7.0.9 (october, 24 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
@ -2266,7 +2266,8 @@ button:focus {
}
.nav-button > * {
display: flex;
display: inline-flex;
vertical-align: top;
flex-direction: column;
justify-content: space-between;
align-items: stretch;

File diff suppressed because one or more lines are too long