diff options
Diffstat (limited to 'static/desktop.css')
| -rw-r--r-- | static/desktop.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/static/desktop.css b/static/desktop.css index acbf1a6..cdfcd34 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -4,7 +4,10 @@ } section { - padding: 3em; + padding-top: 3em; + padding-bottom: 2em; + padding-left: 15em; + padding-right: 15em; } nav { @@ -44,11 +47,10 @@ .card { padding: 1em; - font-size: 1.5em; } section.cards { - margin-left: 20%; - margin-right: 20%; + margin-left: 25%; + margin-right: 25%; } }
\ No newline at end of file |