diff options
Diffstat (limited to 'styles.css')
-rwxr-xr-x | styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -580,6 +580,7 @@ staff area .ta-pastry { width: 120px; + max-width: 175px; height: auto; text-shadow: 0 0 25px brown; z-index: 1; @@ -744,7 +745,7 @@ img { @media only screen and (max-width: 720px) { .no-border-helpful-link { - width: 100%; + width: fit-content; } header { padding: 0 2rem; |