LHall383/hallhome-webapp

Improve SongEntry display

Opened this issue · 0 comments

SongEntry classes in Components.scss have a lot of duplicate fields. With Sass, you can inherit classes, take a look at (https://sass-lang.com/guide) under "Extend/Inheritance".

Additionally, using percentages for widths can be bad on smaller window sizes. This looks like a good opportunity to use a grid instead. https://css-tricks.com/snippets/css/complete-guide-grid/