Aumentar fuente de índice

This commit is contained in:
danoloan10 2023-07-23 00:08:09 +02:00
parent b1e21c6d8d
commit 54ddf50be9
1 changed files with 2 additions and 1 deletions

View File

@ -90,13 +90,14 @@ nav > a:hover {
@media screen and (max-width: 700px) {
.elem {
width: calc((100% - (5px * 6)) / 2);
font-size: calc(0.65em + 2vw);
}
}
@media screen and (max-width: 320px) {
.elem {
width: 100%;
display: block;
font-size: calc(0.65em + 1vw);
font-size: calc(0.65em + 2vw);
}
}