From e8c1b61f61845b1c134a7afd8bd1b686e218b39b Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 6 Dec 2014 17:20:36 -0800 Subject: [PATCH] Improve icon resizing in the home page. Changes behavior to prevent exceedingly small icons on exceedingly wide viewports. Also spreads out the icon and title text in small, portrait viewports. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b0bb1d0..d59ba7a 100644 --- a/style.css +++ b/style.css @@ -101,12 +101,13 @@ p + ul { margin: auto; padding-top: 3vh; max-width: 400px; - width: 60vw; + width: 40vw; } #home #home-image-container img { max-height: 400px; height: 50vh; + min-height: 20vw; width: 100%; }