Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent fa8a36e commit 08356bb
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions text-reverse.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,28 +165,3 @@ body {

}

@media screen and (max-width: 400px) {

.input:focus {

bottom: 100px;

}

.input:focus ~ .score {
display: none;
}

.input:focus ~ .scoreBest {
display: none;
}

.input:focus ~ .btn:nth-child(2) {
bottom: 70px;
}

.input:focus ~ .timer {
bottom: 70px;
left: 110px;
}
}

0 comments on commit 08356bb

Please sign in to comment.