fix overflowing text
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-11-12 17:37:12 +01:00
parent 21b23164a7
commit 9f3e6f2efd
1 changed files with 7 additions and 1 deletions

View File

@ -90,10 +90,15 @@ h3 {
width: full;
text-align: center;
text-shadow: 0.04em 0.08em var(--shadow-color);
}
li.container h3 {
font-size: 7rem;
@media screen and (max-width:600px) {
font-size: 5rem;
}
}
#this-website {
@ -278,7 +283,8 @@ li::marker {
align-items: center;
justify-content: center;
font-size: 1.8rem;
text-wrap-style: balance;
text-wrap-style: pretty;
text-align: center;
p {
margin: 1rem;