summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-07-10 19:37:51 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-07-30 12:44:17 +0200
commit2362fc8e586cfb631eef30db40529fbf54341651 (patch)
treed8af52061ddcc510cc0ba4d207df75758159410a /style.css
parentd04741c8d606c1c7252c1c91142efe4e84e8d7da (diff)
Change appearence of stagit-index
Diffstat (limited to 'style.css')
-rw-r--r--style.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/style.css b/style.css
index f17619c..118e1e4 100644
--- a/style.css
+++ b/style.css
@@ -16,24 +16,15 @@ body {
padding: 5px;
}
-#content {
+#content, .table-container {
max-width: 800px;
overflow-x: auto;
margin: auto;
}
-#contribute {
- max-width: 800px;
- margin: auto;
- margin-top: 2.5em;
-}
-
-#contribute h1 {
- font-size: 1.25em;
-}
-
#log, #index {
min-width: 600px;
+ width: 100%;
overflow-x: auto;
}
@@ -48,6 +39,18 @@ a {
color: var(--links);
}
+#home h1 {
+ font-size: 1.5em;
+ text-align: center;
+ margin-top: 1em;
+}
+
+#home h2 {
+ font-size: 1.25em;
+ margin-top: 2.5em;
+ margin-bottom: 1em;
+}
+
h1, h2, h3, h4, h5, h6 {
font-size: 1em;
margin: 0;