Making WordPress.org


Ignore:
Timestamp:
09/28/2022 11:18:13 PM (3 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@f49e45d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-wporg_workshop.php

    r11697 r12096  
    2424
    2525    <section>
    26         <div class="row align-middle between section-heading section-heading--with-space">
    27             <?php the_archive_title( '<h1 class="section-heading_title h2">', '</h1>' ); ?>
     26        <div class="row align-middle between section-heading section-heading--with-space gutters">
     27            <?php the_archive_title( '<h1 class="section-heading_title h2 col-8">', '</h1>' ); ?>
    2828            <?php get_template_part( 'template-parts/component', 'archive-search' ); ?>
    2929            <?php if ( is_tax( 'wporg_workshop_series' ) && have_posts() ) :
Note: See TracChangeset for help on using the changeset viewer.