From dee7d7bedee4995af40d87df9116095e5b3279a0 Mon Sep 17 00:00:00 2001 From: Dominik Schramm Date: Wed, 22 Apr 2026 20:52:46 +0200 Subject: [PATCH] improvements --- src/main/resources/static/index.html | 5 ++++- src/main/resources/static/styles.css | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 56c4def..b5abb4f 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -4,7 +4,7 @@ Codenames Lobby - + @@ -153,5 +153,8 @@ + diff --git a/src/main/resources/static/styles.css b/src/main/resources/static/styles.css index 36edb63..471d74b 100644 --- a/src/main/resources/static/styles.css +++ b/src/main/resources/static/styles.css @@ -440,3 +440,10 @@ h1 { min-height: 96px; } } + +footer { + position: fixed; + bottom: 0; + right: 0; + padding: .5rem; +} \ No newline at end of file