responsive design done

This commit is contained in:
2021-10-20 21:35:11 -03:00
parent 4765b26389
commit 3ec90bebaf
9 changed files with 154 additions and 12 deletions

View File

@@ -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;
}
}
}