ryanbranch / jekyanbranch

Jekyll theme for personal website(s), used by ryanbranch.github.io
Other
1 stars 0 forks source link

Standardize <hr> Formatting #26

Open ryanbranch opened 3 years ago

ryanbranch commented 3 years ago

At least 3 types of <hr> tags are present within the generated website(s) (even on the homepage alone).

The SCSS code should be modified in order to organize and simplify <hr> tag implementation. It would be best to collect all relevant styling into one of the four primary SCSS files.

Notably, using the same color is one of the most important factors. Also important is standardizing width (although it does make sense to have a full-screen-width <hr> option(s) as well.