From c4ab2adfe5d7f6adcfafb49363c0a0510cbcd92d Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 13 Aug 2016 19:36:27 +0200 Subject: No shadows for footer --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f05343d..eb0e652 100644 --- a/style.css +++ b/style.css @@ -60,9 +60,21 @@ h1 { h2 { font-size: 24pt; font-weight: 300; + line-height: 1.4em; cursor: pointer; } +.circle_num { + float: left; + width: 1.4em; + height: 1.4em; + line-height: 1.4em; + border-radius: 50%; + border: solid white 2px; + margin: 0 1em 0 0; + text-align: center; +} + .block-header, .juice { min-width: 480px; width: 50%; @@ -156,7 +168,7 @@ h2 { } .footer { - box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); + /* box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); */ } .two-buttons, -- cgit v1.2.3