| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | .site .portfolio-entry-meta { |
| 23 | 23 | font-family: "Noto Sans", sans-serif; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | -.site .portfolio-entry-content .more-link:after { | |
| 26 | +.site .portfolio-entry-content .more-link::after { | |
| 27 | 27 | font-size: 16px; |
| 28 | 28 | top: 1px; |
| 29 | 29 | } |
| 30 | 30 | |
| @@ -102,9 +102,9 @@ | ||
| 102 | 102 | |
| 103 | 103 | |
| 104 | 104 | /* List type widgets */ |
| 105 | 105 | .widget_rss_links ul, |
| 106 | -.widget_top-posts ul , | |
| 106 | +.widget_top-posts ul, | |
| 107 | 107 | .widget_upcoming_events_widget ul { |
| 108 | 108 | list-style: none; |
| 109 | 109 | margin: 0; |
| 110 | 110 | } |
| @@ -262,9 +262,9 @@ | ||
| 262 | 262 | /** |
| 263 | 263 | * Responsive Videos |
| 264 | 264 | */ |
| 265 | 265 | |
| 266 | - .jetpack-video-wrapper { | |
| 266 | +.jetpack-video-wrapper { | |
| 267 | 267 | margin-bottom: 1.6em; |
| 268 | 268 | } |
| 269 | 269 | |
| 270 | 270 | .jetpack-video-wrapper > embed, |
| @@ -289,13 +289,14 @@ | ||
| 289 | 289 | |
| 290 | 290 | .comment-subscription-form { |
| 291 | 291 | font-size: 12px; |
| 292 | 292 | font-size: 1.2rem; |
| 293 | + /* stylelint-disable-next-line declaration-property-unit-allowed-list -- this should be changed to a unitless value: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#values */ | |
| 293 | 294 | line-height: 1.5em; |
| 294 | 295 | margin: 2em 0 0; |
| 295 | 296 | } |
| 296 | 297 | |
| 297 | -.comment-subscription-form + .comment-subscription-form { | |
| 298 | +.comment-subscription-form + .comment-subscription-form { | |
| 298 | 299 | margin-top: 1em; |
| 299 | 300 | } |
| 300 | 301 | |
| 301 | 302 | |
| @@ -327,9 +328,9 @@ | ||
| 327 | 328 | .hentry .jp-relatedposts-post-title a { |
| 328 | 329 | border-bottom: 0; |
| 329 | 330 | } |
| 330 | 331 | |
| 331 | -.hentry .jp-relatedposts-headline em:before { | |
| 332 | +.hentry .jp-relatedposts-headline em::before { | |
| 332 | 333 | opacity: 0.7; |
| 333 | 334 | } |
| 334 | 335 | |
| 335 | 336 | .hentry div#jp-relatedposts h3.jp-relatedposts-headline { |
| @@ -392,8 +393,9 @@ | ||
| 392 | 393 | * Media Queries |
| 393 | 394 | */ |
| 394 | 395 | |
| 395 | 396 | @media screen and (min-width: 46.25em) { |
| 397 | + | |
| 396 | 398 | .site .portfolio-entry { |
| 397 | 399 | margin-bottom: 1.6471em; |
| 398 | 400 | } |
| 399 | 401 | |
| @@ -403,9 +405,9 @@ | ||
| 403 | 405 | font-size: 1.4rem; |
| 404 | 406 | font-size: 14px; |
| 405 | 407 | } |
| 406 | 408 | |
| 407 | - .site .portfolio-entry-content .more-link:after { | |
| 409 | + .site .portfolio-entry-content .more-link::after { | |
| 408 | 410 | top: 3px; |
| 409 | 411 | } |
| 410 | 412 | |
| 411 | 413 | .site .hentry .gist .gist-file { |
| @@ -494,10 +496,11 @@ | ||
| 494 | 496 | } |
| 495 | 497 | } |
| 496 | 498 | |
| 497 | 499 | @media screen and (min-width: 55em) { |
| 500 | + | |
| 498 | 501 | .site .portfolio-entry { |
| 499 | - margin-bottom: 1.6842em | |
| 502 | + margin-bottom: 1.6842em; | |
| 500 | 503 | } |
| 501 | 504 | |
| 502 | 505 | .site .portfolio-entry-title, |
| 503 | 506 | .site .portfolio-entry-meta, |
| @@ -505,9 +508,9 @@ | ||
| 505 | 508 | font-size: 1.6rem; |
| 506 | 509 | font-size: 16px; |
| 507 | 510 | } |
| 508 | 511 | |
| 509 | - .site .portfolio-entry-content .more-link:after { | |
| 512 | + .site .portfolio-entry-content .more-link::after { | |
| 510 | 513 | font-size: 24px; |
| 511 | 514 | top: 0; |
| 512 | 515 | } |
| 513 | 516 | |
| @@ -556,8 +559,9 @@ | ||
| 556 | 559 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 557 | 560 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 558 | 561 | font-size: 1.6rem; |
| 559 | 562 | font-size: 16px; |
| 563 | + /* stylelint-disable-next-line declaration-property-unit-allowed-list -- this should be changed to a unitless value: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#values */ | |
| 560 | 564 | line-height: 1.5em; |
| 561 | 565 | } |
| 562 | 566 | |
| 563 | 567 | .jp-relatedposts-post-img { |
| @@ -565,10 +569,11 @@ | ||
| 565 | 569 | } |
| 566 | 570 | } |
| 567 | 571 | |
| 568 | 572 | @media screen and (min-width: 59.6875em) { |
| 573 | + | |
| 569 | 574 | .site .portfolio-entry { |
| 570 | - margin-bottom: 1.6em | |
| 575 | + margin-bottom: 1.6em; | |
| 571 | 576 | } |
| 572 | 577 | |
| 573 | 578 | .site .portfolio-entry-title, |
| 574 | 579 | .site .portfolio-entry-meta, |
| @@ -576,9 +581,9 @@ | ||
| 576 | 581 | font-size: 1.2rem; |
| 577 | 582 | font-size: 12px; |
| 578 | 583 | } |
| 579 | 584 | |
| 580 | - .site .portfolio-entry-content .more-link:after { | |
| 585 | + .site .portfolio-entry-content .more-link::after { | |
| 581 | 586 | font-size: 16px; |
| 582 | 587 | top: 1px; |
| 583 | 588 | } |
| 584 | 589 | |
| @@ -640,10 +645,11 @@ | ||
| 640 | 645 | } |
| 641 | 646 | } |
| 642 | 647 | |
| 643 | 648 | @media screen and (min-width: 68.75em) { |
| 649 | + | |
| 644 | 650 | .site .portfolio-entry { |
| 645 | - margin-bottom: 1.6471em | |
| 651 | + margin-bottom: 1.6471em; | |
| 646 | 652 | } |
| 647 | 653 | |
| 648 | 654 | .site .portfolio-entry-title, |
| 649 | 655 | .site .portfolio-entry-meta, |
| @@ -651,9 +657,9 @@ | ||
| 651 | 657 | font-size: 1.4rem; |
| 652 | 658 | font-size: 14px; |
| 653 | 659 | } |
| 654 | 660 | |
| 655 | - .site .portfolio-entry-content .more-link:after { | |
| 661 | + .site .portfolio-entry-content .more-link::after { | |
| 656 | 662 | top: 3px; |
| 657 | 663 | } |
| 658 | 664 | |
| 659 | 665 | .site .hentry .gist .gist-file { |
| @@ -709,10 +715,11 @@ | ||
| 709 | 715 | } |
| 710 | 716 | } |
| 711 | 717 | |
| 712 | 718 | @media screen and (min-width: 77.5em) { |
| 719 | + | |
| 713 | 720 | .site .portfolio-entry { |
| 714 | - margin-bottom: 1.6842em | |
| 721 | + margin-bottom: 1.6842em; | |
| 715 | 722 | } |
| 716 | 723 | |
| 717 | 724 | .site .portfolio-entry-title, |
| 718 | 725 | .site .portfolio-entry-meta, |
| @@ -720,9 +727,9 @@ | ||
| 720 | 727 | font-size: 1.6rem; |
| 721 | 728 | font-size: 16px; |
| 722 | 729 | } |
| 723 | 730 | |
| 724 | - .site .portfolio-entry-content .more-link:after { | |
| 731 | + .site .portfolio-entry-content .more-link::after { | |
| 725 | 732 | font-size: 24px; |
| 726 | 733 | top: 0; |
| 727 | 734 | } |
| 728 | 735 | |
| @@ -773,8 +780,9 @@ | ||
| 773 | 780 | .hentry div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 774 | 781 | .hentry div#jp-relatedposts div.jp-relatedposts-items p { |
| 775 | 782 | font-size: 16px; |
| 776 | 783 | font-size: 1.6rem; |
| 784 | + /* stylelint-disable-next-line declaration-property-unit-allowed-list -- this should be changed to a unitless value: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#values */ | |
| 777 | 785 | line-height: 1.5em; |
| 778 | 786 | } |
| 779 | 787 | |
| 780 | 788 | .jp-relatedposts-post-img { |