From 133f81db8e33de794f781cd015ad5342b3e21a9a Mon Sep 17 00:00:00 2001 From: kfrn Date: Tue, 31 Oct 2017 23:32:32 +1300 Subject: [PATCH] Add max width on example images --- css/css.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/css.css b/css/css.css index 89c1f66..be1a777 100644 --- a/css/css.css +++ b/css/css.css @@ -138,7 +138,10 @@ img { } .sample-image { + margin: 0 auto; margin-bottom: 18px; + max-width: 500px; + text-align: center; } div {