mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 03:25:23 -04:00
8 lines
146 B
CSS
8 lines
146 B
CSS
.hr {
|
|
margin: 1.5em auto;
|
|
max-width: calc(var(--max-width) - 1.5em);
|
|
height: 1px;
|
|
border: 0;
|
|
background-color: var(--color-gray-400);
|
|
}
|