diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 15:17:46 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 15:17:46 +0100 |
commit | 9f966f0e14408af9138f1b092a36d54419dae682 (patch) | |
tree | 1d7e178485c00c738b5b0ffd73c6959186dcc05c | |
parent | fab4a3b5cb62c6244dd071ff84dafbb91ecccfcc (diff) |
don't justify table of contents
-rw-r--r-- | _sass/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/layout.scss b/_sass/layout.scss index 4662450..39b9189 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -50,6 +50,7 @@ aside { float: right; width: 40%; + text-align: left; margin-left: 12px; margin-bottom: 6px; |