aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/style2.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style2.css')
-rw-r--r--static/css/style2.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/style2.css b/static/css/style2.css
new file mode 100644
index 0000000..b88278c
--- /dev/null
+++ b/static/css/style2.css
@@ -0,0 +1,20 @@
+:root {
+ --page-max-width: 710px;
+}
+
+
+
+body {
+ padding: 0;
+ padding-left: 1rem;
+}
+
+main {
+ max-width: var(--page-max-width);
+ margin: auto;
+}
+
+.copyright {
+ margin: auto;
+ max-width: var(--page-max-width);
+}