minor fixes

This commit is contained in:
Gabriel 2024-01-20 23:57:22 -05:00
parent cf7a7adc0d
commit a6d5c71eb8

View file

@ -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;
}