summaryrefslogtreecommitdiff
path: root/CSS/PurpleAndDark.css
diff options
context:
space:
mode:
authorJacob McDonnell <jacobmcdonnell@Jacobs-iMac.local>2020-01-26 12:15:34 -0500
committerJacob McDonnell <jacobmcdonnell@Jacobs-iMac.local>2020-01-26 12:15:34 -0500
commitc9345212a001e23559ac777c10b939ee5933956a (patch)
tree465e7c0f6c75e75dae06c734d93fb3156cfa77d7 /CSS/PurpleAndDark.css
parent94932779830f5b71adb3f43a40a75034326d7e6e (diff)
does this even work? update again of redsign 3
Diffstat (limited to 'CSS/PurpleAndDark.css')
-rw-r--r--CSS/PurpleAndDark.css12
1 files changed, 12 insertions, 0 deletions
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