Rename About to Questions & Answers

This commit is contained in:
2024-06-28 13:03:52 +02:00
parent bd4aea23c1
commit 6e75eeda1a
2 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ pre>code {
position: fixed; position: fixed;
backface-visibility: hidden; backface-visibility: hidden;
background: var(--navigation_background); background: var(--navigation_background);
width: 17em; width: 300px;
height: 100%; height: 100%;
left: 0; left: 0;
float: left; float: left;
@@ -178,7 +178,7 @@ pre>code {
right: 0; right: 0;
height: auto; height: auto;
left: 0; left: 0;
margin-left: 17em; margin-left: 300px;
min-width: 300px; min-width: 300px;
display: block; display: block;
text-align: center; text-align: center;
@@ -203,7 +203,7 @@ footer {
@media (max-width: 1100px) { @media (max-width: 1100px) {
.page_navigation { .page_navigation {
left: -18em; left: -300px;
} }
.page_body { .page_body {

View File

@@ -24,7 +24,7 @@
<a href="/history">Upload History</a> <a href="/history">Upload History</a>
{{end}} {{end}}
<hr /> <hr />
<a href="/about">About</a> <a href="/about">Questions & Answers</a>
<a href="/apps">Apps</a> <a href="/apps">Apps</a>
<a href="/appearance">Theme</a> <a href="/appearance">Theme</a>
<a href="/speedtest">Speedtest</a> <a href="/speedtest">Speedtest</a>