diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:40:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:40:05 +0100 |
| commit | 17821f9418a321b05c46437475eaf66afd4cd5e1 (patch) | |
| tree | 0f1ef14459ce77c532664693fcc2e343f40c8324 | |
| parent | a56344ea9aced15fc4d2932d48cb2efd7f452e94 (diff) | |
Removes redundant td style
| -rw-r--r-- | public/main.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/main.css b/public/main.css index d3b034a..1eb494e 100644 --- a/public/main.css +++ b/public/main.css @@ -54,10 +54,6 @@ p:not(:first) { margin-block-start: var(--spacing-block-md); } -td { - padding-block-start: var(--spacing-block-sm); -} - hr { width: 33%; margin-block: auto; |
