ebkalderon / ebkalderon.github.io

Personal website and portfolio
https://eyalkalderon.com
MIT License
3 stars 0 forks source link

Move inline CSS styles to separate SCSS file #2

Open ebkalderon opened 3 years ago

ebkalderon commented 3 years ago

Several pieces of custom CSS in the form of inline style HTML attributes and tags were introduced in commits 313cda0 and 2044e21. This was done purely for quick prototyping and convenience. Ideally, these should be replaced with idiomatic CSS classes inside a proper sass/index.scss stylesheet.