summary refs log tree commit diff
path: root/assets/css/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.scss')
-rw-r--r--assets/css/style.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index fe8d18c..fcaa1c5 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -117,4 +117,18 @@ div.highlight button:hover {
 }
 .footnotes p {
     margin: 0;
-}
\ No newline at end of file
+    text-indent: 0;
+}
+
+.wrapper{
+    width: 90%;
+}
+header{
+    width: 25%;
+}
+footer{
+    width: 25%;
+}
+section{
+    width: 65%;
+}