From 26f0ca95ede91e78b7eaf7270eead560f08cc53e Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 5 Aug 2021 23:11:24 +0100 Subject: [PATCH] fixed extra margin around replay stopwatch --- src/sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sass/style.scss b/src/sass/style.scss index abaca05f7..d072ba9ea 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -2438,6 +2438,7 @@ key { #replayStopwatch { color: var(--main-color); display: inline-block; + margin: 0; } #restartTestButton {