1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 09:17:56 +00:00

I hate CSS

This commit is contained in:
2024-03-03 14:52:45 +00:00
parent 1b37876084
commit 16f41a2016
2 changed files with 5 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ summary h1, summary h2
// for easier viewing on big screen devices, narrow the width of text
// also make links a bit more distinct
main
max-width: 100%
max-width: calc(100% - 2 * $content-margin)
width: $content-width
text-align: justify
margin-left: $content-margin