diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-26 09:06:33 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-26 09:06:33 -0500 |
commit | 25ca9fd2a435c3d16677f0501e86e020820fba8b (patch) | |
tree | 0bf5ff887be12e4cf28b0cca865b3296b72baf28 /css | |
parent | 26a8995f9282b94fe76e8e34f2d887c79eac3488 (diff) |
Give feed icon some space.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 9588df0..b47f092 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -59,6 +59,10 @@ blockquote { font-style: italic; } +.feed-icon { + padding-left: 1rem; +} + /* Footer */ footer { |