aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 768b816..3e39dea 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -28,12 +28,21 @@ html, body, .container {
28 font-size: 12pt; 28 font-size: 12pt;
29} 29}
30 30
31.index-title { 31div.index-header {
32 display: flex; 32 display: flex;
33 align-self: center; 33 align-self: center;
34 justify-content: center; 34 justify-content: center;
35 width: 100%; 35 width: 100%;
36}
37
38h1.index-header {
39 margin-top: 15px;
40 margin-bottom: 5px;
41}
36 42
43h2.index-header {
44 margin-top: 5px;
45 margin-bottom: 10px;
37} 46}
38 47
39.content-noborder { 48.content-noborder {