feat: want to read page

This commit is contained in:
Cory Dransfeldt 2024-04-22 11:49:03 -07:00
parent 2d674ebfb2
commit f85aff112b
No known key found for this signature in database
8 changed files with 36 additions and 6 deletions

View file

@ -143,10 +143,10 @@ hr {
height: 1px;
background-color: var(--gray-light);
border: 0;
}
hr.large-spacing {
margin: var(--sizing-base) 0;
&.large-spacing {
margin: var(--sizing-base) 0;
}
}
/* tables */