feature/responsividade #3

Merged
MateusLopes merged 5 commits from feature/responsividade into main 2022-10-12 21:24:09 +00:00
Showing only changes of commit 8b3b17b22a - Show all commits

View File

@ -1,6 +1,6 @@
/* Adicionando responsividade para tela 4k */
@media (min-width: 1920px) {
*{
* {
font-size: 1.13em;
}
}