diff options
Diffstat (limited to 'desktop.css')
-rw-r--r-- | desktop.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop.css b/desktop.css index 2f2b342..e6e18f6 100644 --- a/desktop.css +++ b/desktop.css @@ -1,4 +1,4 @@ -@media only screen and (min-width: 800px) { +@media only screen and (min-width: 700px) { section { padding: 3em; } @@ -29,7 +29,7 @@ table td, table th { - padding: 1em; + padding: 0.5em; } section.flexible { |