diff --git a/static/theme.css b/static/theme.css index a42751a..c8ca72f 100644 --- a/static/theme.css +++ b/static/theme.css @@ -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; }