style header
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-05-26 23:42:38 +02:00
parent 9c83082b19
commit db404b1ff8
2 changed files with 9 additions and 2 deletions

View File

@ -104,8 +104,15 @@ main {
header {
text-align: center;
font-size: 1rem;
text-wrap: balance;
@media screen and (min-width:601px) {
font-size: 1.6rem;
}
@media screen and (max-width:600px) {
font-size: 1.2rem;
}
}
section {