Aumentar fuente de índice

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

View File

@ -23,7 +23,7 @@ body {
transition: transform .1s;
box-sizing: border-box;
word-break: break-word;
font-size: calc(0.5em + 1vw);
font-size: large;
}
.elem:hover {
@ -90,13 +90,13 @@ nav > a:hover {
@media screen and (max-width: 700px) {
.elem {
width: calc((100% - (5px * 6)) / 2);
font-size: medium;
}
}
@media screen and (max-width: 320px) {
.elem {
width: 100%;
display: block;
font-size: calc(0.65em + 1vw);
}
}