summaryrefslogtreecommitdiff
path: root/widescreen.css
diff options
context:
space:
mode:
Diffstat (limited to 'widescreen.css')
-rw-r--r--widescreen.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/widescreen.css b/widescreen.css
index 38b13dc..8231129 100644
--- a/widescreen.css
+++ b/widescreen.css
@@ -1,7 +1,8 @@
-/* Widescreen Layout */
@media only screen and (min-width: 2000px) {
-section {
- padding-left: 20%;
- padding-right: 20%;
+ section {
+ padding-top: 3em;
+ padding-bottom: 3em;
+ padding-left: 25%;
+ padding-right: 25%;
+ }
}
-