diff options
author | Case Duckworth | 2022-07-18 09:33:22 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 09:33:22 -0500 |
commit | b91ce7be7a3223abcde222a09611362488df99aa (patch) | |
tree | 255e8afd5f9856d20e34bf65242f26ca62b0f14c | |
parent | Convert youtube -> invidious (diff) | |
download | sfeed-b91ce7be7a3223abcde222a09611362488df99aa.tar.gz sfeed-b91ce7be7a3223abcde222a09611362488df99aa.zip |
Add link padding
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 5cdbcb6..a4afb77 100644 --- a/style.css +++ b/style.css | |||
@@ -24,7 +24,7 @@ main { | |||
24 | border-left: 1px solid red; | 24 | border-left: 1px solid red; |
25 | } | 25 | } |
26 | 26 | ||
27 | td { padding: 4px; } | 27 | td a { padding: 4px; } |
28 | 28 | ||
29 | .entry-timestamp { | 29 | .entry-timestamp { |
30 | font-family: monospace; | 30 | font-family: monospace; |