Add http2 / quic comparison

This commit is contained in:
2024-03-07 15:22:06 +01:00
parent 7131071b91
commit 0c501a817a
4 changed files with 106 additions and 47 deletions

View File

@@ -120,10 +120,21 @@ p>img {
max-width: 100%;
}
pre,
code {
display: inline-block;
background: var(--background);
border-radius: 5px;
margin: 0;
padding: 0 0.2em;
}
pre {
overflow-x: auto;
}
pre>code {
background: none;
padding: 0;
}
/* Page layout elements */
@@ -425,12 +436,6 @@ tr>th {
padding: 0.2em 0.5em;
}
pre {
padding: 0.2em 0;
border-bottom: 1px var(--separator) solid;
overflow-x: auto;
}
/* API documentation markup */
.api_doc_details {