Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_archive.scss

    r7923 r13272  
    44
    55        h1 {
    6 
    7             font-size: 2.2rem;
    8             text-align: center;
    9         }
    10 
    11         a {
    12 
    13             color: inherit;
    14 
    15             &:hover,
    16             &:focus,
    17             &:active {
    18 
    19                 text-decoration: none;
    20                 color: $color__link;
    21             }
     6            margin-bottom: var(--wp--preset--spacing--50);
    227        }
    238
     
    3116
    3217        .archive-pagination {
    33 
    34             display: block;
    35             margin-top: 20px;
     18            margin: var(--wp--preset--spacing--50) 0;
    3619            text-align: center;
    37             width: 100%;
    3820        }
    3921    }
Note: See TracChangeset for help on using the changeset viewer.