Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media screen and (min-width: 320px) {
- .section-content__text ul, .section-content__text ol {
- font-size: calc(var(--paragraph-min-font-size) * 1px + (var(--paragraph-max-font-size) - var(--paragraph-min-font-size)) * ((100vw - 320px) / 1600));
- }
- }
- @media screen and (min-width: 1920px) {
- .section-content__text ul, .section-content__text ol {
- font-size: calc(var(--paragraph-max-font-size) * 1px);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement