1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:28:28 -04:00
jarv.is/components/HorizontalRule/HorizontalRule.module.css

7 lines
103 B
CSS

.hr {
margin: 1.5em auto;
height: 0.175em;
border: 0;
background-color: var(--colors-light);
}