Files
jarv.is/components/HorizontalRule/HorizontalRule.module.css
T
2022-01-20 08:26:30 -05:00

7 lines
92 B
CSS

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