From 2e2686b4003b676c333779dbc28cf7d8e94c604b Mon Sep 17 00:00:00 2001 From: Ido Green Date: Sat, 9 Feb 2019 21:08:54 -0800 Subject: [PATCH] Fix the hover size --- index.html | 1 + style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 7bf8e3e..22424a1 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,7 @@

🦁 Settlers Of Catan Timer 🕰

+

The boys!
diff --git a/style.css b/style.css index 76563b7..83aa316 100644 --- a/style.css +++ b/style.css @@ -95,6 +95,7 @@ img { .timer>.time:hover { background-color: rgba(20, 20, 20, 0.7); + height: 2em; } h1 {