Responsive Heading Font Size
-
Hi could someone help me with some custom responsive css ? Im a trainee at this media company in the Netherlands and I need to make this website responsive, it worked out for the content but naturally I can’t set responsive sizes for headings, have a look at https://www.degoudgelepatat.nl on your phone was wondering to use it for the Rosa theme. The heading I want to change is called “article__headline”. The font needs to change to 65px on mobile and 79px on tablets
@addwebsolution posted this online once
@media screen and (min-width: 48em) { .wrap { max-width: 1040px; } } @media screen and (max-width: 800px) { .site-title { font-size: 1.6rem; } } @media screen and (max-width: 480px) { .site-title { font-size: 1rem; } }
Im not really familiar with responsive CSS.
Thanks in advance!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Responsive Heading Font Size’ is closed to new replies.