smaller header on mobile

master
Aevann 2024-04-07 06:11:35 +02:00
parent da51eafad7
commit 621b7d5fa0
2 changed files with 4 additions and 1 deletions

View File

@ -3476,6 +3476,9 @@ pre {
font-size: 9px !important;
}
@media (max-width: 768px) {
.text-lg-sm {
font-size: 1.25rem !important;
}
.text-small-sm {
font-size: 12px !important;
}

View File

@ -2,7 +2,7 @@
{% block pagetitle %}Contact{% endblock %}
{% block content %}
<div class="px-2 px-md-0">
<h1>Contact {{SITE_NAME}} Admins</h1>
<h1 class="text-lg-sm">Contact {{SITE_NAME}} Admins</h1>
{% if v %}
<form id="contactform" action="/contact" method="post" enctype="multipart/form-data" data-nonce="{{g.nonce}}" data-onsubmit="contact(this)">
<label for="input-message" class="mt-3">Your message</label>