Code should now no longer widen the website on smaller screens and still be readable.

This commit is contained in:
Vrifox 2021-05-15 17:42:34 +02:00
parent bd1e2bae3a
commit fdb19f6dcf
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -47,14 +47,15 @@ a {
}
code {
padding: 6px;
border-radius: 4px;
background: var(--border);
padding: 6px;
}
pre.chroma {
pre {
background: var(--border);
border-radius: 4px;
overflow: scroll;
padding: 6px;
}
@ -113,6 +114,7 @@ footer {
main {
margin: 20px auto;
max-width: 720px;
overflow: hidden;
padding: 30px;
width: 100%;
span { font-size: .8em; }