Aumentar fuente de índice

This commit is contained in:
danoloan10 2023-07-23 00:08:09 +02:00
parent b1e21c6d8d
commit d658b3bf40
1 changed files with 1 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 {
@ -96,7 +96,6 @@ nav > a:hover {
.elem {
width: 100%;
display: block;
font-size: calc(0.65em + 1vw);
}
}