diff --git a/static/games_page.css b/static/games_page.css index f862acd..f37bc70 100644 --- a/static/games_page.css +++ b/static/games_page.css @@ -27,12 +27,18 @@ body { top: 10px; } +.h1 { + margin: auto; + width: 45%; + color: white; + font-family: 'Alegreya', serif; +} + .page_header { color: white; font-family: 'Goldman', cursive; } - .emptyslot { border: 2px dashed white; border-radius: 15px; diff --git a/templates/index.html b/templates/index.html index debd205..6adf449 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,18 @@