mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
docs: Start writing article about profiling
This commit is contained in:
parent
b91345fa00
commit
904071881b
3 changed files with 264 additions and 3 deletions
|
@ -203,13 +203,21 @@ article a:hover {
|
|||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
code,
|
||||
kbd {
|
||||
font-family: 'PT Mono', 'Source Code Pro', monospace;
|
||||
padding: 3px 6px;
|
||||
font-size: 95%;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
kbd {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
font-size: 80%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue