aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-20 15:50:15 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-20 15:50:15 +0200
commitc23df38c61c6bf73c14cb4722362e612d4403df2 (patch)
tree8e7990ae40be458bdbd1e6c6c834a51fe405a773
parent3673a981f43d526250797dfa52883f0fe47f5bbf (diff)
downloadrgoncalves.se-c23df38c61c6bf73c14cb4722362e612d4403df2.tar.gz
fix(styles): generous margin on phone
-rw-r--r--src/styles/main.css5
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 {
remember that computers suck.