diff options
| -rw-r--r-- | cgit.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -268,6 +268,7 @@ table.tabs th a.active { table.tabs .right, table.tabs td.form { text-align: right; + padding-right: 32px; } table.tabs .right form, @@ -292,6 +293,7 @@ table.tabs td.form input[type="search"] { font-family: 'JetBrains Mono', monospace; font-size: 12px; outline: none; + width: 30ch; } table.tabs .right input[type="submit"], @@ -356,7 +358,7 @@ div.content { ============================================================= */ div.site-desc { - max-width: 680px; + max-width: 1200px; margin: 2rem auto 2.5rem; padding: 0 1rem; color: var(--text); @@ -389,6 +391,7 @@ div.site-desc .welcome-close { div.site-desc .signature-wrap { margin-top: 1rem; + text-align: right; } /* ============================================================= |
