diff options
Diffstat (limited to 'dst/game.html')
-rw-r--r-- | dst/game.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dst/game.html b/dst/game.html index 7b02c10..8218c64 100644 --- a/dst/game.html +++ b/dst/game.html @@ -9,12 +9,9 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> - <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;"> - <div> - <header> - <a href="/" class="homepage-link">adast.xyz</a> - </header> - <div class="center"> + <header> + <a href="/" class="homepage-link">adast.xyz</a> + </header> <h1 id="my-game">My game</h1> <blockquote> @@ -40,8 +37,6 @@ <p>➤ <a href="https://www.youtube.com/c/adamski1">Gameplay clips</a><br/> ➤ <a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p> - </div class="center"> - </div> <footer> <a href="/" class="homepage-link">adast.xyz</a> — |