mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
fix to code block vertical alignment due to flexbox.
This commit is contained in:
parent
022107b925
commit
37b52d7ef0
1 changed files with 1 additions and 1 deletions
|
@ -394,6 +394,7 @@ pre > code.cmd button {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-block: 0;
|
margin-block: 0;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
height: min-content;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -433,7 +434,6 @@ code.cmd .bash,
|
||||||
code.cmd.bash-continuation,
|
code.cmd.bash-continuation,
|
||||||
code.cmd .bash-continuation {
|
code.cmd .bash-continuation {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue