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 {
max-width: 800px;
width: 800px;
width: 100%;
margin: 1rem auto 0;
line-height: 1.3;
}
.about pre {
overflow-x: auto;
background: #e9ecef;
padding: .25rem;
}
form {
@ -223,8 +230,8 @@ ol {
}
.excerpt {
overflow-x: hidden;
text-overflow: ellipsis;
overflow-x: hidden;
text-overflow: ellipsis;
}
@media (prefers-color-scheme: dark) {
@ -268,6 +275,11 @@ ol {
color: #909090;
}
.about pre {
background: #131618;
color: #fff;
}
.infolinks a {
color: darkgrey;
}