Changeset 7056
- Timestamp:
- 04/06/2018 10:17:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r7044 r7056 140 140 */ 141 141 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 142 .custom-header { 143 min-height: 260px; 144 } 145 146 .site-branding { 147 padding: 1em 0; 148 } 149 142 150 .custom-logo-link img { 143 151 max-width: 150px; … … 147 155 148 156 @media screen and ( min-width: 475px ) { 149 .custom-logo-link img { 150 max-width: 300px; 151 max-height: 218px; 157 @supports not (-ms-high-constrast: active) { 158 .custom-logo-link img { 159 max-width: 300px; 160 max-height: 218px; 161 } 152 162 } 153 163 } … … 225 235 } 226 236 237 .menu-top-menu-container { 238 text-align: center; 239 } 240 227 241 .main-navigation.toggled-on .menu-top-menu-container { 228 242 position: absolute; 229 243 width: 100vw; 244 } 245 246 @media screen and (min-width: 48em) { 247 #top-menu { 248 display: inline-block; 249 } 250 } 251 252 @supports ( display: grid ) { 253 .main-navigation.toggled-on #top-menu { 254 display: block; 255 } 256 } 257 258 .wp15-locale-switcher-container { 259 text-align: center; 260 padding-bottom: 1em; 230 261 } 231 262 … … 235 266 grid-row: 1; 236 267 display: grid; 268 text-align: left; 269 padding-bottom: 0; 237 270 } 238 271 … … 305 338 } 306 339 340 /* 341 * IE <= 11 doesn't show SVG markers on the map, so treat it like a progressive enhancement. 342 */ 343 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 344 #wp15-events-map { 345 display: none; 346 } 347 } 348 307 349 @media screen and ( max-width: 48em ) { 308 350 #wp15-events-map { … … 327 369 .wp15-events-list { 328 370 display: grid; 329 grid-template-columns: repeat( auto-fill, minmax( 300px, 1fr ) );371 grid-template-columns: repeat( auto-fill, minmax( 250px, 1fr ) ); 330 372 grid-gap: 2em; 331 373 width: 80vw;
Note: See TracChangeset
for help on using the changeset viewer.