added rule page

This commit is contained in:
2026-01-09 00:48:44 +01:00
parent f2af58a2a5
commit 8a3857a093
4 changed files with 65 additions and 2 deletions

View File

@@ -32,6 +32,20 @@ footer {
color: #00ff00;
}
.container.header-title {
background: transparent;
border: none;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
/* Ensure the link inside doesn't have extra decoration if not wanted */
.header-title h1 {
margin: 0;
}
h1 { font-size: 1.5rem; word-wrap: break-word; }
input[type="text"], input[type="email"] {