Skip to content

Commit

Permalink
add max width on textual elements in cv
Browse files Browse the repository at this point in the history
  • Loading branch information
vika03 committed Dec 11, 2024
1 parent 9a6d043 commit d9e8c54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/cvTypography.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ export const CvTypography = ({ href }) => {
font-size: 16px;
}
p,
blockquote,
ul,
ol,
dt {
width: auto;
max-width: 700px;
}
@media screen and (min-width: 500px) {
h1 {
font-size: 43px;
Expand Down

0 comments on commit d9e8c54

Please sign in to comment.