diff options
author | stuebinm | 2022-03-28 17:21:22 +0200 |
---|---|---|
committer | stuebinm | 2022-03-28 17:21:22 +0200 |
commit | c4b4eb91492db2950d7d6c08edab9b26fb8bf334 (patch) | |
tree | d2bc2025e28c6ebb99f5e8821d4c645aefbe83b3 /static | |
parent | 82082e8b6f02f7fa003f8cf311122fa013ae641e (diff) |
server: add a howto link
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index c2846ce..b2e6db2 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ body { } .btn { - margin-left: 2em; + margin-left: 1em; font-family: Ubuntu; } |