increase font size for legiibility
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-05-26 23:39:05 +02:00
parent 816ec67955
commit 9c83082b19
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ main {
flex-direction: column; flex-direction: column;
@media screen and (min-width:601px) { @media screen and (min-width:601px) {
font-size: 1.2rem; font-size: 1.6rem;
} }
@media screen and (max-width:600px) { @media screen and (max-width:600px) {
font-size: 1rem; font-size: 1.2rem;
} }
} }