diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-20 15:50:15 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-20 15:50:15 +0200 |
commit | c23df38c61c6bf73c14cb4722362e612d4403df2 (patch) | |
tree | 8e7990ae40be458bdbd1e6c6c834a51fe405a773 /src | |
parent | 3673a981f43d526250797dfa52883f0fe47f5bbf (diff) | |
download | rgoncalves.se-c23df38c61c6bf73c14cb4722362e612d4403df2.tar.gz |
fix(styles): generous margin on phone
Diffstat (limited to 'src')
-rw-r--r-- | src/styles/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index ddbf881..ae9a561 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -32,7 +32,7 @@ font-family: "IBM Plex Mono", monospace; } -html { +body { margin: 2em auto 2em auto; max-width: 72ch; } @@ -131,7 +131,8 @@ video { } body { - width: 90%; + width: 80%; + margin: 2em; } header ul li { |