From 2217ed1a068c35e9f2d0dea768142a8186764f11 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 4 Feb 2022 14:28:40 -0500 Subject: [PATCH] better resizing on smaller screens --- scripts/advanced.php | 2 +- scripts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 599b47f..6b952dd 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -72,7 +72,7 @@ input { text-align:center; font-size:large; } -@media screen and (max-width: 800px) { +@media screen and (max-width: 1000px) { h2,h3 { text-align:center; } diff --git a/scripts/index.html b/scripts/index.html index 27d76e8..66389bc 100644 --- a/scripts/index.html +++ b/scripts/index.html @@ -49,7 +49,7 @@ a { cursor: pointer; text-align: center; } - @media screen and (max-width: 800px) { + @media screen and (max-width: 1000px) { .column { float: none; width: 100%;