Making WordPress.org

Changeset 14043


Ignore:
Timestamp:
09/11/2024 05:03:14 AM (20 months ago)
Author:
adamwood
Message:

Make 2024: Adjust heading and content spacing

See https://github.com/WordPress/wordpress.org/issues/363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css

    r14041 r14043  
    536536 */
    537537
     538article.post .entry-title {
     539    margin: var(--wp--preset--spacing--30) 0 var(--wp--style--block-gap);
     540}
     541
    538542article.post .entry-content h2,
    539543article.post .entry-content h3,
     
    548552article.page .entry-content h4,
    549553article.page .entry-content h5 {
    550     margin: var(--wp--preset--spacing--30) 0 var(--wp--style--block-gap);
     554    margin: var(--wp--preset--spacing--40) 0 var(--wp--style--block-gap);
    551555}
    552556
     
    877881    display: block;
    878882    clear: both;
    879     padding-top: 15px;
    880883}
    881884
Note: See TracChangeset for help on using the changeset viewer.