diff options
author | mayx | 2025-05-16 13:40:53 +0000 |
---|---|---|
committer | mayx | 2025-05-16 13:40:53 +0000 |
commit | e0aba75f775931b0e59257c6b00225f53cdbfe50 (patch) | |
tree | 6119422b2dbe9754b97689b43f187943cd906c7c /assets | |
parent | d1791b47f335b44c0568e932ee3fa899b43e745d (diff) |
Update file style.scss
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.scss | 16 |
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%; +} |