summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 950d510..43465d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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;
}
/* =============================================================