From c0baa771695814e18d1e93c647a2836394e0c403 Mon Sep 17 00:00:00 2001 From: landaisbenj <32144431+landaisbenj@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:52:56 +0100 Subject: [PATCH] Update custom.css --- custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index d5cf745..589c526 100644 --- a/custom.css +++ b/custom.css @@ -135,7 +135,10 @@ body { - +.tile { background: var(--main-item-bg-color); + padding: 20px; + border-radius: 6px; + box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);}