fix: code review fixes

This commit is contained in:
Ayobami
2025-08-12 17:09:53 +01:00
parent 1e7808fb4a
commit f361d31ef8
7 changed files with 656 additions and 23 deletions
+10 -4
View File
@@ -906,10 +906,16 @@ input::-ms-input-placeholder {
#response-timer {
display: block;
text-align: center;
font-size: 2rem;
margin-top: 24px;
font-weight: bold;
color: #222;
font-size: 3.5rem;
margin: 32px auto;
font-weight: 700;
color: #231f20;
font-family: "Necto Mono", monospace;
background: #f3f4ee;
padding: 16px 32px;
border-top: 1px solid #101010;
border-radius: 0;
width: 70%;
}
/*page 5 ends here*/