From 04d399d673d553db81b44b50717ee0ef6d9d9f41 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 28 Aug 2020 22:40:37 +0100 Subject: [PATCH] fix timer css and add a few titles to navigation items --- css/main.css | 6 ++---- index.html | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/css/main.css b/css/main.css index 5452635..cadaae0 100644 --- a/css/main.css +++ b/css/main.css @@ -828,11 +828,9 @@ select option:disabled { } #timer { - position: relative; - top: 50%; /* left: 50%; */ - transform: translate(0, -20%); - /* color: #4527A0; */ + margin: auto; + margin-right: 1em; opacity: 25%; } diff --git a/index.html b/index.html index 6f4b843..349fe9b 100644 --- a/index.html +++ b/index.html @@ -19,12 +19,12 @@