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