diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:40:51 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:40:51 +0100 |
| commit | ccdd0cb712edad90a3feba822923b1dab7b6bb4e (patch) | |
| tree | dda0489e52bbf0fcb1de07bc78a5d0349e7a7475 | |
| parent | 17821f9418a321b05c46437475eaf66afd4cd5e1 (diff) | |
Removes redundant hr style
| -rw-r--r-- | public/main.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/main.css b/public/main.css index 1eb494e..92a8493 100644 --- a/public/main.css +++ b/public/main.css @@ -54,12 +54,6 @@ p:not(:first) { margin-block-start: var(--spacing-block-md); } -hr { - width: 33%; - margin-block: auto; - margin-inline: --spacing-inline-sm; -} - ol li { list-style-type: decimal; margin-inline-start: --spacing-inline-md; |
