summaryrefslogtreecommitdiff
path: root/static/widescreen.css
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-09-07 22:39:41 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-09-07 22:39:41 -0400
commitf2bd378e1a8cdfa7d1520b3734a748dd1cd9de25 (patch)
treef68df07e951db58dfa832be5723236199e20e797 /static/widescreen.css
parentae00627e7c99fd21ce4ad8ec0692445f00a349b2 (diff)
downloadcarpentertutoring-f2bd378e1a8cdfa7d1520b3734a748dd1cd9de25.tar.xz
carpentertutoring-f2bd378e1a8cdfa7d1520b3734a748dd1cd9de25.zip
feat: serve static and assets add policies and index from base
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%;
+ }
+}