diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-03 21:34:12 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-03 21:34:12 -0400 |
| commit | 772b474bc32a01da9666099c9b5afb08733701a8 (patch) | |
| tree | 51f4675e0c8ec7203b442b54ec6fb75ae10f0b4f /static | |
| parent | 2e96276b02bee4f18cede9dd3a700ba403f9a1ed (diff) | |
increase line height for footer
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 7ba40213..b04d29e2 100644 --- a/static/main.css +++ b/static/main.css @@ -231,6 +231,7 @@ footer a, footer a:visited { } #social { + line-height: 2; margin-top: 2em; padding: 0; list-style-type: none; |
