Changeset 5998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_home-welcome.scss
- Timestamp:
- 10/04/2017 06:38:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_home-welcome.scss
r5939 r5998 9 9 padding: 0; 10 10 11 @ media (min-width: 737px) {11 @include breakpoint( $ms-breakpoint ) { 12 12 font-size: 18px; 13 13 } … … 51 51 margin: 0 auto; 52 52 max-width: 50rem; 53 padding: 3.05176rem 1.5625rem;53 padding: ms( 10 ) ms( 4 ); 54 54 55 55 &:last-of-type { … … 103 103 width: 50%; 104 104 105 @media (max-width: 739px) {105 @include breakpoint( 739px ) { 106 106 &:nth-child(n+7) { 107 107 border-bottom: none; … … 112 112 } 113 113 114 @ media (min-width: 740px) {114 @include breakpoint( 740px ) { 115 115 width: 25%; 116 116 height: 200px; … … 182 182 text-align: center; 183 183 184 @ media (min-width: 737px) {184 @include breakpoint( $ms-breakpoint ) { 185 185 font-size: .8rem; 186 186 margin: 4rem 0 2rem; … … 269 269 270 270 271 @ media (min-width: 67rem) {271 @include breakpoint( 67rem ) { 272 272 margin: 1rem auto 0; 273 273 max-width: 50rem; … … 277 277 #home-below { 278 278 margin-bottom: 14px; 279 padding: 0 ms( 1 ); 280 281 282 @include breakpoint( sm ) { 283 display: block; 284 285 .col-2 { 286 display: inline-block; 287 vertical-align: top; 288 width: calc( 50% - #{$grid-gutter} ); 289 } 290 } 279 291 280 292 h4 {
Note: See TracChangeset
for help on using the changeset viewer.