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