Skip to content

Commit

Permalink
fixed text underflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTutje committed Sep 19, 2024
1 parent 3b35630 commit 36e03ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CSS/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,9 @@ html {

body > :is(header, footer) main, section, article {
container-type: inline-size;
}

p, li, figcaption {
text-wrap: pretty;
max-width: none;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

.resume-section p {
margin-bottom: 1rem;
color: var(--silver);
color: var(--automatic);
}

.resume-section a {
Expand Down

0 comments on commit 36e03ec

Please sign in to comment.