diff --git a/articles/static/style.css b/articles/static/style.css index ae7f496..54e6a81 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -14,6 +14,11 @@ body { font-family: Arial, sans-serif; color: var(--main); background-color: var(--background); + font-size: 110%; +} + +p { + line-height: 1.7; } body img {