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:
4
dist/mini-dark.css
vendored
4
dist/mini-dark.css
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user