myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 207f8b8500370b4a89aff8cf806794219633cf9b
parent b6b1bc3e8bfbfe829b0eae04ac6386c6814bd866
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 30 Sep 2024 07:51:02 +0200

fix(login): footer margin

Diffstat:
Msrc/frontend/css/App.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/frontend/css/App.css b/src/frontend/css/App.css @@ -75,6 +75,7 @@ footer { } footer span { font-size: 0.8em; + margin: 5px; } footer span a { font-size: 1em;