raionus
@sinjin25All solutions
- Submitted 3 months ago
Vue 3 (Setup Composition API + Composables) Solution
- HTML
- CSS
- JS
Not sure how to resize the SVGs. I just copied and pasted them into the html where needed at their default size. Changing the width and height attributes caused them to cut off.
Font Awesome allows you to scale them with
font-size: 1em
, etc. but that didn't appear to be working here so not sure why that is because I obviously don't understand SVGs. If anyone knows what's up with this then feel free to comment.