From 2ac0f03abd2400f044938370b88d3f7e8b0de80f Mon Sep 17 00:00:00 2001 From: Kevin Falting Date: Mon, 20 May 2019 18:04:53 +0900 Subject: [PATCH] add p&p weekend link, extend cover size, makes clickable area confined to the card only. --- index.html | 8 ++++---- styles.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8cdbfac..123ab17 100644 --- a/index.html +++ b/index.html @@ -76,8 +76,8 @@
diff --git a/styles.css b/styles.css index 6cef344..c20f5c1 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ .above-the-fold { - min-height: 60vh; + min-height: 100vh; background-image: url("img/devOsan_noLogo.png"); background-size: cover; background-repeat: no-repeat;