summaryrefslogtreecommitdiff
path: root/static/widescreen.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/widescreen.css')
-rw-r--r--static/widescreen.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/widescreen.css b/static/widescreen.css
new file mode 100644
index 0000000..8231129
--- /dev/null
+++ b/static/widescreen.css
@@ -0,0 +1,8 @@
+@media only screen and (min-width: 2000px) {
+ section {
+ padding-top: 3em;
+ padding-bottom: 3em;
+ padding-left: 25%;
+ padding-right: 25%;
+ }
+}