Fix content scaling on large screens

This commit is contained in:
Ethan Paul 2021-02-03 20:16:03 -05:00
parent 337bb94983
commit adee7e3bb4
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ a:hover {
padding: 1em;
width: 40em;
max-width: 90%;
background-color: rgba(255, 255, 255, 0.2);
border-style: solid;