From 3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jun 2017 22:29:51 +0200 Subject: Final touches to the website (very minor typos etc update) --- website/resources/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'website/resources/css') diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index 6a1c564d..ba4f56e8 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -140,6 +140,7 @@ a { .main-section { padding-left: 100px; padding-right: 100px; + max-width: 900px; } .changelog li { @@ -174,3 +175,7 @@ a { } } +img { + max-width: 100%; + height: auto; +} -- cgit