resolvetosavelives / healthicons

A collection of open source icons for public health projects.
https://healthicons.org
MIT License
623 stars 49 forks source link

Formatting tweaks #67

Closed dburka closed 3 years ago

dburka commented 3 years ago

Formatted the About page and made the BETA in the logo smaller. Also made buttons consistently sized.

Note: For some reason the About.css only seems to apply to the Twitter avatars. I can't get anything else to work in the about.module.scss file, so the styles are all dumped in the global css. It's very confusing.

sgarrity commented 3 years ago

@dburka I'm on my phone, but I though your issue is the syntax for CSS Modules we're using on this site.

In the tsx files, you have to use this syntax: className={styles.yourClassName}

Instead of: class="yourClassName"