Revert "Refactored to show correct time. Still needs to be made dynamic"

This reverts commit 21b6f0609e.
This commit is contained in:
Mike Conrad
2023-08-27 11:16:13 -04:00
parent 21b6f0609e
commit 9a89dc5365
5 changed files with 7 additions and 74 deletions

View File

@ -101,15 +101,4 @@ fieldset {
label {
font-weight: 300;
}
.timer {
position: absolute;
width: 24px;
height: 24px;
border-radius: 24px;
padding: 8px 10px;
display: flex;
justify-content: center;
align-items: center;
}
}