This commit is contained in:
SG
2025-06-13 02:10:29 +03:00
parent aa2a7c279d
commit 818f3ee37f
2 changed files with 9 additions and 9 deletions

View File

@@ -38,13 +38,13 @@
padding: 10px 20px;
border-radius: 10px;
}
/*
@media (min-width: 768px) {
.top_header_text {
font-size: 4rem;
}
}
*/
article {
font-size: 1.1rem;
line-height: 1.6;
@@ -82,13 +82,13 @@
</div>
<div id="footer" class="container-fluid">
<div id="footer-data" class="row">
<div id="footer-data" class="row my-1">
{% block footer_includes %}
{% endblock %}
</div>
<div class="row small d-flex text-muted justify-content-end">
<div class="col-auto">
<p>Page created with <a class="text-decoration-none" href="#">microgen</a></p>
<div class="col-auto" style="font-size: 0.75rem;">
<p>Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
</div>
</div>
</div>