Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* make archive tag style same as category */
- .archive.tag .jeg_archive_description {
- font-size: 16px;
- line-height: 1.5em;
- color: #494949;
- }
- .archive.tag .jeg_archive_title {
- font-size: 36px;
- font-weight: 700;
- font-size: 36px;
- line-height: 1.1;
- letter-spacing: -0.04em;
- }
- @media only screen and (max-width: 667px) {
- .archive.tag .jeg_archive_title {
- font-size: 26px;
- }
- .archive.tag .jeg_archive_description {
- font-size: 15px;
- }
- }
- @media only screen and (max-width: 480px) {
- .archive.tag .jeg_archive_title {
- font-size: 27px;
- }
- .archive.tag .jeg_archive_description {
- font-size: 14px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement