2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Examples: make use of core utils in more places.

This commit is contained in:
XhmikosR
2019-05-15 11:51:45 +03:00
parent 543ff4e3e5
commit 8c61254919
7 changed files with 5 additions and 28 deletions
@@ -17,7 +17,7 @@ include_js: false
</div>
</main>
<footer class="footer mt-auto py-3">
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<span class="text-muted">Place sticky footer content here.</span>
</div>
@@ -7,7 +7,3 @@
max-width: 680px;
padding: 0 15px;
}
.footer {
background-color: #f5f5f5;
}