Add about page

Fixes #31
This commit is contained in:
Zed 2019-09-09 04:41:20 +02:00
parent 9ff3ba2005
commit 2e58b7e197
3 changed files with 47 additions and 1 deletions

View file

@ -1304,6 +1304,20 @@ legend {
content: '\e803';
}
.about-page {
max-width: 600px;
margin: 0 auto;
width: 100%;
margin-top: 10px;
background-color: #1f1f1f;
padding: 8px 15px;
align-self: start;
}
.about-list {
padding-left: 1.3em;
}
@media (max-width: 600px) {
.profile-tabs {
width: 100vw;