mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
responsive design done
This commit is contained in:
@@ -34,4 +34,31 @@
|
||||
|
||||
margin-left: 3vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
|
||||
.word {
|
||||
|
||||
.letter {
|
||||
|
||||
font-size: 10vw;
|
||||
}
|
||||
|
||||
.counter {
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
.word {
|
||||
|
||||
.counter {
|
||||
|
||||
font-size: 10vw;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user