summaryrefslogtreecommitdiff
path: root/assets/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/custom.css')
-rw-r--r--assets/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/custom.css b/assets/custom.css
new file mode 100644
index 0000000..320c713
--- /dev/null
+++ b/assets/custom.css
@@ -0,0 +1,12 @@
+body {
+ padding-top: 90px;
+}
+
+h3 {
+ font-size: 1.7rem;
+ margin-bottom: 0.7rem;
+}
+
+.jumbotron {
+ text-align: center;
+}