diff options
Diffstat (limited to 'web-tools/web/_static/local/body.css')
-rw-r--r-- | web-tools/web/_static/local/body.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web-tools/web/_static/local/body.css b/web-tools/web/_static/local/body.css new file mode 100644 index 0000000..050a4c1 --- /dev/null +++ b/web-tools/web/_static/local/body.css @@ -0,0 +1,8 @@ +body { + padding-top: 5rem; +} + +.content { + padding-top: 2.5rem; + padding-bottom: 5rem; +} |