mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-25 14:51:06 +02:00
Added new footer element class for absolute positioning, as discussed in #42
This commit is contained in:
@@ -751,3 +751,8 @@
|
||||
- Updated `index.html` to use the new `.sticky` `header`, along with other styling changes, such as content sizing.
|
||||
- *TODO* Update the rest of the pages, bump everything to `v2.1.0` and use the local stylesheets in the meantime.
|
||||
- Content spacing changes in `index.html`.
|
||||
|
||||
## 20170108
|
||||
|
||||
- Added `$include-footer-bottom` flag, coded the necessary parts for absolute-bottom-aligned `footer` elements.
|
||||
- *TODO* Update all pages to use the new `footer` absolute-alignment. Should solve some issues on different devices.
|
||||
|
@@ -136,6 +136,6 @@
|
||||
</div>
|
||||
</div></main>
|
||||
<!-- End of page content-->
|
||||
<footer><strong>mini.css</strong> was designed and built with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://github.com/Chalarangelo">@Chalarangelo</a>. It is licensed under the <a href="https://github.com/Chalarangelo/mini.css/blob/master/LICENSE">MIT License</a>. You can view the project's source code on <a href="https://github.com/Chalarangelo/mini.css">Github</a>.</footer>
|
||||
<footer class="bottom"><strong>mini.css</strong> was designed and built with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://github.com/Chalarangelo">@Chalarangelo</a>. It is licensed under the <a href="https://github.com/Chalarangelo/mini.css/blob/master/LICENSE">MIT License</a>. You can view the project's source code on <a href="https://github.com/Chalarangelo/mini.css">Github</a>.</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user