From f24109ecdd456d4b270289b1b1201f646d0f18a4 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 13 Sep 2021 07:38:26 +0200 Subject: Fix widths --- src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 9cde21f..e888030 100644 --- a/src/style.css +++ b/src/style.css @@ -1,11 +1,15 @@ body { margin: 40px auto; - max-width: 800px; + max-width: 538.55pt; line-height: 1.6; font-size: 18px; padding: 0 10px; } +img { + max-width: 538.55pt; +} + a { color: darkblue; text-decoration: none; -- cgit v1.2.3