diff options
Diffstat (limited to 'CSS/GreenAndDark.css')
| -rw-r--r-- | CSS/GreenAndDark.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
