web: responsive layout at /about

This commit is contained in:
Umar Getagazov 2022-07-14 22:37:43 +03:00 committed by Drew DeVault
parent 562fecf2f2
commit 62540cce61

View file

@ -112,8 +112,15 @@ button:hover {
.about main { .about main {
max-width: 800px; max-width: 800px;
width: 800px; width: 100%;
margin: 1rem auto 0; margin: 1rem auto 0;
line-height: 1.3;
}
.about pre {
overflow-x: auto;
background: #e9ecef;
padding: .25rem;
} }
form { form {
@ -268,6 +275,11 @@ ol {
color: #909090; color: #909090;
} }
.about pre {
background: #131618;
color: #fff;
}
.infolinks a { .infolinks a {
color: darkgrey; color: darkgrey;
} }