diff options
| -rw-r--r-- | static/desktop.css | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/static/desktop.css b/static/desktop.css index a6c047a..79e25aa 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -4,7 +4,10 @@    }    section { -    padding: 3em; +    padding-top: 3em; +    padding-bottom: 3em; +    padding-left: 15em; +    padding-right: 15em;    }    nav { |