minor fixes
This commit is contained in:
parent
cf7a7adc0d
commit
a6d5c71eb8
1 changed files with 5 additions and 3 deletions
|
@ -64,6 +64,7 @@ main {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
max-width: 95vw;
|
||||
}
|
||||
|
||||
main article {
|
||||
|
@ -83,8 +84,8 @@ article {
|
|||
align-items: center;
|
||||
font-family: sans-serif;
|
||||
width: 70rem;
|
||||
font-size: 26px;
|
||||
line-height: 36px;
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
|
@ -158,7 +159,8 @@ article code>span {
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
code {
|
||||
code,
|
||||
pre {
|
||||
word-wrap: normal;
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue