updates
This commit is contained in:
@@ -32,7 +32,12 @@ article {
|
|||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#footer_wrapper {
|
#footer_wrapper {
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#footer-data, #footer-data-secondary {
|
||||||
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
@@ -42,14 +42,17 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<div id="footer_wrapper" class="container-fluid">
|
<div id="footer_wrapper" class="container-fluid">
|
||||||
<div id="footer-data" class="row small d-flex text-muted justify-content-end">
|
<div id="footer-data" class="row d-flex text-muted justify-content-end">
|
||||||
{% block footer_includes %}
|
{% block footer_includes %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
<div class="d-flex align-items-center justify-content-center">
|
||||||
<div class="col-auto" style="font-size: 0.75rem;">
|
<p class="my-0">© 2025 Kirill Bondarev</p>
|
||||||
<p class="text-white-50">Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer-data-secondary" class="row d-flex text-muted justify-content-end">
|
||||||
|
<div class="d-flex align-items-center justify-content-center">
|
||||||
|
<p class="small my-0" style="font-size: 0.75rem;">Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user