Making WordPress.org


Ignore:
Timestamp:
09/13/2023 11:30:08 PM (17 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@4496525

File:
1 edited

Legend:

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

    r12471 r12882  
    2121<main id="main" class="site-main">
    2222    <section>
    23         <div class="section-heading section-heading--with-space row align-middle between">
    24             <?php the_archive_title( '<h1 class="section-heading_title h2">', '</h1>' ); ?>
     23        <div class="section-heading section-heading--with-space row align-middle between gutters">
     24            <?php the_archive_title( '<h1 class="section-heading_title h2 col-8">', '</h1>' ); ?>
    2525            <?php if ( is_user_logged_in() ) : ?>
    26                 <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a>
     26                <div class="col-4 row section-heading_links">
     27                    <a class="section-heading_link" href="/my-courses/"><?php esc_html_e( 'My Courses', 'wporg-learn' ); ?></a>
     28                </div>
    2729            <?php endif; ?>
    2830        </div>
Note: See TracChangeset for help on using the changeset viewer.