fix overflowing text
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
21b23164a7
commit
9f3e6f2efd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue