1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 10:53:23 +02:00

Fixed a header bug

Fixed a bug where header.row would not display properly, should now work as expected, enabling layout customization and responsiveness inside the header.
This commit is contained in:
Angelos Chalaris
2017-05-11 15:09:27 +03:00
parent d8e6925f77
commit f9e94474ee
14 changed files with 33 additions and 7 deletions

4
dist/mini-dark.css vendored
View File

@@ -1094,6 +1094,10 @@ header .logo, header a.button, header a[role="button"] {
text-decoration: none;
}
header.row {
box-sizing: content-box;
}
nav {
display: block;
background: #37474f;