From 68262f3250a279cf62515db1fb55951aa8f24a2d Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 14:09:50 +0100 Subject: [PATCH] Hopefully this looks somewhat less shit --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ee2697a..0f4cf92 100755 --- a/style.css +++ b/style.css @@ -36,6 +36,7 @@ h1, h2, h3, h4, h5, p { border-radius: 5px 5px 0px 0px; width: 100%; box-shadow: 3px 3px 7px rgba(0,0,0,0.25); + transition: height 0.15s ease-in-out; } #navbar {