diff options
author | Akshay <[email protected]> | 2021-06-13 08:35:41 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-06-13 08:35:41 +0100 |
commit | 6efa08c1c0e044f6633e60dd4117c29eae39b516 (patch) | |
tree | cc00b486d59dc244b144289671d56814745a491b /www/index.html | |
parent | ddb48868f00092b92401f40a74213ee131a192d9 (diff) |
footer is now header :3
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 03f5d11..36e30c7 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -36,10 +36,7 @@ html, body { | |||
36 | 36 | ||
37 | .header { | 37 | .header { |
38 | text-align: center; | 38 | text-align: center; |
39 | position: absolute; | ||
40 | padding: 12px 0; | 39 | padding: 12px 0; |
41 | bottom: 0; | ||
42 | width: 100%; | ||
43 | } | 40 | } |
44 | 41 | ||
45 | #cst, #source-code, .header, | 42 | #cst, #source-code, .header, |
@@ -67,13 +64,13 @@ pre { | |||
67 | <body> | 64 | <body> |
68 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> | 65 | <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript> |
69 | <script src="./bootstrap.js"></script> | 66 | <script src="./bootstrap.js"></script> |
67 | <div class="header"> | ||
68 | explore rust csts · <a href="https://git.peppe.rs/web/cstea/about">src</a> | ||
69 | </div> | ||
70 | <div class="grid-container"> | 70 | <div class="grid-container"> |
71 | <div id="source-code"></div> | 71 | <div id="source-code"></div> |
72 | <div id="cst"> | 72 | <div id="cst"> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
75 | <div class="header"> | ||
76 | explore rust csts · <a href="https://git.peppe.rs/web/cstea">src</a> | ||
77 | </div> | ||
78 | </body> | 75 | </body> |
79 | </html> | 76 | </html> |