From c9345212a001e23559ac777c10b939ee5933956a Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Jan 2020 12:15:34 -0500 Subject: does this even work? update again of redsign 3 --- CSS/GreenAndDark.css | 12 ++++++++++++ CSS/PurpleAndDark.css | 12 ++++++++++++ CSS/PurpleAndWhite.css | 12 ++++++++++++ 3 files changed, 36 insertions(+) (limited to 'CSS') diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css index 75f48bc..81538ca 100644 --- a/CSS/GreenAndDark.css +++ b/CSS/GreenAndDark.css @@ -178,4 +178,16 @@ main{ div.logo{ margin-top: 1em; } +} +@media only screen and (max-height: 762px){ + ul li a{ + font-size: 7px; + } + p{ + font-size: 10px; + } + body{ + grid-template-columns: 16% auto; + } + } \ No newline at end of file diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css index f8198fb..3945122 100644 --- a/CSS/PurpleAndDark.css +++ b/CSS/PurpleAndDark.css @@ -174,4 +174,16 @@ main{ div.logo{ margin-top: 1em; } +} +@media only screen and (max-height: 762px){ + ul li a{ + font-size: 7px; + } + p{ + font-size: 10px; + } + body{ + grid-template-columns: 16% auto; + } + } \ No newline at end of file diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css index ef8ee99..ea85464 100644 --- a/CSS/PurpleAndWhite.css +++ b/CSS/PurpleAndWhite.css @@ -171,4 +171,16 @@ main{ div.logo{ margin-top: 1em; } +} +@media only screen and (max-height: 762px){ + ul li a{ + font-size: 7px; + } + p{ + font-size: 10px; + } + body{ + grid-template-columns: 16% auto; + } + } \ No newline at end of file -- cgit v1.2.3