summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarvin Kubiak <kontakt@mkubiak.com>2021-03-10 23:56:14 +0100
committerMarvin Kubiak <kontakt@mkubiak.com>2021-03-10 23:56:14 +0100
commit0fd7a2394da322d37f03c15e1ec23827f7700091 (patch)
tree8f0e02ddd23038623d29975df889d5fc056fa52c /src
parentea8b758fe784864a963937d08470da39c05c4e03 (diff)
downloadbased.cooking-0fd7a2394da322d37f03c15e1ec23827f7700091.tar
based.cooking-0fd7a2394da322d37f03c15e1ec23827f7700091.tar.gz
based.cooking-0fd7a2394da322d37f03c15e1ec23827f7700091.tar.lz
based.cooking-0fd7a2394da322d37f03c15e1ec23827f7700091.tar.xz
based.cooking-0fd7a2394da322d37f03c15e1ec23827f7700091.zip
added litte bit of padding, so the type doesn't touch the browser's frame
Diffstat (limited to 'src')
-rw-r--r--src/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5ce961299..d546860e5 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,6 +1,7 @@
body {
max-width: 800px ;
margin: auto ;
+ padding: 0 16px ;
margin-bottom: 500px ;
}