diff options
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dst/index.html b/dst/index.html index ce40b0b..6fe72af 100644 --- a/dst/index.html +++ b/dst/index.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> <p>Hello there!</p> <p>My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.</p> @@ -24,8 +21,6 @@ <h2 id="posts">Posts</h2> <p>➤ <a href="game.html">Project Aftershock // Rizen’s Arena</a></p> - </div class="center"> - </div> <footer> <a href="/" class="homepage-link">adast.xyz</a> — |