about summary refs log tree commit diff stats
path: root/assets/style.css
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 17:42:32 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 22:13:54 -0400
commit920306cbcad3df05e01699cd19f3767e069ab139 (patch)
tree32d8990ad80f5ce4e47b1ff0acdc0e1479bd43bd /assets/style.css
parent61d34d492a6baab8e2aa420c1b1d0a562624b7d1 (diff)
downloadgetwtxt-920306cbcad3df05e01699cd19f3767e069ab139.tar.gz
template initialization added
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index e148bda..5f62e1c 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -1 +1,33 @@
 @import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");
+
+#container {
+  max-width: 800px;
+  margin: auto;
+}
+
+#head {
+  padding-top: 20px;
+  padding-bottom: 20px;
+  text-align: center;
+  font-size: 2em;
+}
+
+#subhead {
+  text-align: right;
+  font-size: 1.2em;
+}
+
+#body {
+  font-size: 1.0em;
+}
+
+#info {
+  font-size: 0.9em;
+  padding-top: 10px;
+}
+
+#foot {
+  padding-top: 20px;
+  text-align: center;
+  font-size: 0.8em;
+}