diff options
Diffstat (limited to 'CS 1300_files/style.css')
-rw-r--r-- | CS 1300_files/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CS 1300_files/style.css b/CS 1300_files/style.css index 80a524e..dad14eb 100644 --- a/CS 1300_files/style.css +++ b/CS 1300_files/style.css @@ -264,10 +264,9 @@ html { /* The sidepanel links */ .sidepanel a { - padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; - color: #818181; + color: white; display: block; transition: 0.3s; } @@ -456,7 +455,7 @@ html { } -@media only screen and (max-width: 575px) { +@media only screen and (max-width: 500px) { #calendar-iframe { max-height: 50vh; } |