CSS: Decrease the size of h6 headlines

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-14 18:17:36 +02:00
parent 6a47b385b7
commit fd02fb29d8

View File

@@ -96,10 +96,14 @@ body {
color: #363636;
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5 {
font-size: 20px;
}
h6 {
font-size: 1em;
}
br.clear {
clear: both;
}
@@ -345,6 +349,12 @@ table.form tr td textarea {
width: 100%;
}
table.form tr.header td {
font-weight: bold;
margin-top: 1rem;
}
table.form tr.action td {
padding-top: 1rem;