diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-08 10:02:00 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-08 10:02:00 -0400 |
commit | 8ecd320a7a0e7f3d4eb9d584c5697f1b07dd0f47 (patch) | |
tree | 26e3af0567ab1c94525c1ab535cd7e58adb60bce /styles.css | |
parent | a8621e929af234d100ad470ce2d556bf5f3acdd9 (diff) |
update links
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; |