diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
commit | 8cef95ad039006a1f7eab8a760c76df8fa514dec (patch) | |
tree | 6a701aedba738080c3a7faa330393d5565958dc7 /src/_header.html | |
parent | c1aa735a671a06687ea2ce02e6b904f08fa3159b (diff) |
New footer, and some polish
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html index f31ee79..ec38958 100644 --- a/src/_header.html +++ b/src/_header.html @@ -9,4 +9,9 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> - <p class="header"><a href="/">adast.xyz</a></p> + <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"> |