feat: optimize fonts on the dynamic activities

This commit is contained in:
swve 2025-06-20 11:32:34 +02:00
parent e239eb5a31
commit d72abd15fb
2 changed files with 20 additions and 27 deletions

View file

@ -203,35 +203,33 @@ const ContentWrapper = styled.div`
caret-color: transparent; caret-color: transparent;
h1 { h1 {
font-size: 30px; font-size: 32px;
font-weight: 600; font-weight: 600;
margin-bottom: 10px; margin-bottom: 24px;
} }
h2 { h2 {
font-size: 25px; font-size: 28px;
font-weight: 600; font-weight: 600;
margin-bottom: 10px; margin-bottom: 24px;
} }
h3 { h3 {
font-size: 20px; font-size: 24px;
font-weight: 600; font-weight: 600;
margin-bottom: 10px; margin-bottom: 24px;
} }
h4 { h4 {
font-size: 18px; font-size: 20px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
h5 { h5 {
font-size: 16px; font-size: 18px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
// Link styling // Link styling

View file

@ -443,38 +443,33 @@ export const EditorContentWrapper = styled.div`
.ProseMirror { .ProseMirror {
h1 { h1 {
font-size: 30px; font-size: 32px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
h2 { h2 {
font-size: 25px; font-size: 28px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
h3 { h3 {
font-size: 20px; font-size: 24px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
h4 { h4 {
font-size: 18px; font-size: 20px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
h5 { h5 {
font-size: 16px; font-size: 18px;
font-weight: 600; font-weight: 600;
margin-top: 10px; margin-bottom: 24px;
margin-bottom: 10px;
} }
// Link styling // Link styling