Rename About to Questions & Answers
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user