summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authormayx2025-05-16 13:40:53 +0000
committermayx2025-05-16 13:40:53 +0000
commite0aba75f775931b0e59257c6b00225f53cdbfe50 (patch)
tree6119422b2dbe9754b97689b43f187943cd906c7c /assets
parentd1791b47f335b44c0568e932ee3fa899b43e745d (diff)
Update file style.scss
Diffstat (limited to 'assets')
-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%;
+}