UTACM / TexasACM.org

Texas ACM 2.0
https://texasacm.org
1 stars 6 forks source link

Deleting email addresses on officer cards #196

Closed lillytian closed 4 years ago

lillytian commented 4 years ago

Combat phishing attempts by deleting references to the emails and spelling out the emails instead. (For example, "webmaster at texasacm dot org.")

rolsanmordua commented 4 years ago

on .team-card in about-team.css (≈ line 17), can you add padding-bottom: 2em; so that the cards don't abruptly end immediately after email address? Nitpick but it'll look cleaner that way :)

Before:

image

After:

image

Either 1em or 2em should be good, your call! Thanks for getting on it so quick!