diff options
author | Andrew Godwin | 2022-12-05 19:21:00 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-05 19:24:46 -0700 |
commit | a31f676b46a4d904954b8b7227dcde779aedca54 (patch) | |
tree | d00fa3e022ff08f154f431777ba37e2f43127fd6 /static/css | |
parent | da9a3d853eda1173ac8913908d512fb9babbd136 (diff) | |
download | takahe-a31f676b46a4d904954b8b7227dcde779aedca54.tar.gz takahe-a31f676b46a4d904954b8b7227dcde779aedca54.tar.bz2 takahe-a31f676b46a4d904954b8b7227dcde779aedca54.zip |
Policy pages and signup tests.
Fixes #113
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index b836f4f..34b00a2 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -127,6 +127,7 @@ footer { footer a { border-bottom: 1px solid var(--color-text-duller); + margin-right: 5px; } header { |