remove unnecessary css

master
Aevann 2024-04-07 06:09:05 +02:00
parent 56c9dbfe25
commit d5f81d8ce4
2 changed files with 1 additions and 7 deletions

View File

@ -3448,12 +3448,6 @@ pre {
#thread, #userpage {
background-color: rgb(var(--background));
}
.article-title {
margin-bottom: 3rem;
font-weight: 600;
line-height: 3rem;
margin-top: 2rem;
}
#thread .custom-gutters {
padding: 0 10px;
}

View File

@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block pagetitle %}Contact{% endblock %}
{% block content %}
<h1 class="article-title">Contact {{SITE_NAME}} Admins</h1>
<h1>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>