Changeset 3261 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
- Timestamp:
- 05/26/2016 08:44:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3259 r3261 71 71 margin: 0 auto; 72 72 max-width: $size__site-main; 73 padding: 0 2rem;73 padding: 0 ms(4); 74 74 75 @media ( min-width: 67rem) {76 padding: 0 ;75 @media screen and ( min-width: $ms-breakpoint ) { 76 padding: 0 10px; 77 77 } 78 78 } … … 134 134 } 135 135 136 @media ( min-width: 67rem) {136 @media screen and ( min-width: $ms-breakpoint ) { 137 137 .search-field { 138 138 border-radius: 2px 0 0 2px;
Note: See TracChangeset
for help on using the changeset viewer.