From d9e8c54be413dc40f3acc8bd5332a3678b66e388 Mon Sep 17 00:00:00 2001 From: vika03 Date: Wed, 11 Dec 2024 11:40:48 +0100 Subject: [PATCH] add max width on textual elements in cv --- styles/cvTypography.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/cvTypography.js b/styles/cvTypography.js index 3f6b17b..14d1727 100644 --- a/styles/cvTypography.js +++ b/styles/cvTypography.js @@ -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;