This commit is contained in:
Ross
2025-10-27 23:10:14 +00:00
parent 4cce444153
commit 02e844006d
2 changed files with 44 additions and 9 deletions
+18
View File
@@ -92,6 +92,24 @@
word-break: break-word;
max-width: 100%;
}
/* Reduce horizontal page margins on small screens for better use of space */
@media (max-width: 1210px) {
/* Narrow the default container padding */
.container,
.container-fluid {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
/* Also tighten the main content wrapper specifically */
div.content.container {
padding-left: .5rem !important;
padding-right: .5rem !important;
max-width: 100% !important;
}
}
</style>
{% block css %}
{% endblock %}