diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 21:40:07 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 21:40:07 -0400 |
commit | 129e64c82eab37296c22c0beabf21d6fd1545099 (patch) | |
tree | 14474fb7586c59699976d7a58e2896e2b2975c1a /styles.css | |
parent | 8d0e91a305e90b2e16fdadbfbc5fa77ddcafb735 (diff) |
crop and reduce image sizes. add some alt tags for accessibility.
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -624,10 +624,9 @@ staff area transition: .5s ease; opacity: 0; position: absolute; - top: calc(50% - 5px); + top: calc(50% - 25px); left: 50%; - height: 100px; - width: auto; + height: 150px; border-radius: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); |