1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-22 05:22:56 +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

File diff suppressed because one or more lines are too long

View File

@@ -114,7 +114,6 @@
<div class="card fluid">
<h2 class="section"><mark class="primary"><i class="fa fa-compass fa-fw" aria-hidden="true"></i></mark>&nbsp;Navigation</h2>
<div class="section box-left"><p>The <strong>navigation</strong> module seeks to remedy the problems of vertical and horizontal navigation design paradigms, by combining the two for a better presentational effect. HTML5 navigational elements are at the heart of the module, allowing you to quickly build your navigation without complicated structures and hacks. More specifically, the <strong>navigation</strong> module contains:</p><ul>
<li><a href="navigation.html#navigation-title">Navigation</a>
<li><a href="navigation.html#header" class="sublink-1">Styling for headers, logos and header links</a></li>
<li><a href="navigation.html#navigation-bar" class="sublink-1">Styling for navigation bars</a></li>
<li><a href="navigation.html#footer" class="sublink-1">Styling for footers</a></li>

View File

@@ -1140,3 +1140,4 @@
- Thoroughly tested fluid typography and updated the `core` module with the required variables and flags. This added a little bit of extra size to the framework, but it seems worthwhile as it scales a bit better on smaller screens, so that there is slightly more real estate for content.
- Updated all flavors for fluid typography (basically only `default` and `dark` actually use it for now).
- Updated `core` module documentation and customization documentation to explain fluid typography.
- Fixed the `header` element bug that didn't allow them to work well with the `.row` class for responsive layouts. They should now display as expected.