fixed extra margin around replay stopwatch

This commit is contained in:
Jack 2021-08-05 23:11:24 +01:00
parent 4e92891443
commit 26f0ca95ed

View file

@ -2438,6 +2438,7 @@ key {
#replayStopwatch {
color: var(--main-color);
display: inline-block;
margin: 0;
}
#restartTestButton {