summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-05-16 15:40:53 +0200
committermayx <mayx@outlook.com>2025-05-16 15:40:53 +0200
commite0aba75f775931b0e59257c6b00225f53cdbfe50 (patch)
tree6119422b2dbe9754b97689b43f187943cd906c7c
parentd1791b47f335b44c0568e932ee3fa899b43e745d (diff)
Update file 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%;
+}