Making WordPress.org


Ignore:
Timestamp:
02/12/2018 10:05:18 PM (7 years ago)
Author:
obenland
Message:

Main: Smaller font for shapes & subtitle

Props mapk.
See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php

    r6606 r6608  
    4343                    <div class="shapes">
    4444                        <a class="shape technology dashicons-before dashicons-welcome-widgets-menus" href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>">
    45                             <h3><?php _esc_html_e( 'The Technology', 'wporg' ); ?></h3>
    46                             <p><?php _esc_html_e( 'Learn about the software', 'wporg' ); ?></p>
     45                            <p>
     46                                <strong><?php _esc_html_e( 'The Technology', 'wporg' ); ?></strong><br />
     47                                <?php _esc_html_e( 'Learn about the software', 'wporg' ); ?>
     48                            </p>
    4749                        </a>
    4850                        <a class="shape community dashicons-before dashicons-admin-site" href="https://make.wordpress.org/">
    49                             <h3><?php _esc_html_e( 'The Community', 'wporg' ); ?></h3>
    50                             <p><?php _esc_html_e( 'Learn about the people', 'wporg' ); ?></p>
     51                            <p>
     52                                <strong><?php _esc_html_e( 'The Community', 'wporg' ); ?></strong><br />
     53                                <?php _esc_html_e( 'Learn about the people', 'wporg' ); ?>
     54                            </p>
    5155                        </a>
    5256                    </div>
Note: See TracChangeset for help on using the changeset viewer.