Changeset 6993
- Timestamp:
- 03/31/2018 01:00:27 AM (8 years ago)
- Location:
- sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15
- Files:
-
- 2 edited
-
page-about.php (modified) (1 diff)
-
style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
r6992 r6993 28 28 <img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="<?php esc_attr_e( 'Confetti with the WordPress logo and WP15 color scheme', 'wp15' ); ?>" /> 29 29 30 <p >30 <p class="wp10-nostalgia"> 31 31 <?php printf( 32 32 wp_kses_data( __( 'Check out <a href="%s">this post about the WordPress 10th anniversary</a>.', 'wp15' ) ), -
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r6988 r6993 138 138 */ 139 139 .page-slug-about h1, 140 . page-slug-about p{140 .wp10-nostalgia { 141 141 text-align: center; 142 142 } … … 149 149 position: relative; 150 150 height: 500px; 151 width: 64vw;151 width: 80vw; 152 152 left: 50%; 153 153 right: 50%; 154 margin-left: - 32vw;155 margin-right: - 32vw;154 margin-left: -40vw; 155 margin-right: -40vw; 156 156 margin-top: 2em; 157 157 margin-bottom: 4em; … … 159 159 } 160 160 161 @media screen and ( max-width: 48em ) { 162 #wp15-events-map { 163 width: 100%; 164 margin: 2em auto 3em; 165 left: auto; 166 right: auto; 167 } 168 } 169 161 170 .wp15-events-list { 171 display: grid; 172 grid-template-columns: repeat( auto-fill, minmax( 300px, 1fr ) ); 173 grid-gap: 2em; 174 width: 80vw; 175 margin-left: calc( -1 * ( (80vw - 100%) / 2 ) ); 162 176 list-style-type: none; 163 177 } 164 178 165 179 .wp15-events-list li { 166 margin-bottom: 3em;180 margin-bottom: 1em; 167 181 } 168 182 … … 171 185 .wp15-event-date-time { 172 186 margin-bottom: .5em; 173 text-align: center;174 187 } 175 188
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)