Changeset 7325 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-get.scss
- Timestamp:
- 06/21/2018 09:03:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-get.scss
r7324 r7325 28 28 29 29 section.download { 30 padding-top: 0; 30 31 text-align: center; 31 32 … … 70 71 .web-stores { //mobile section 71 72 @extend .clear; 72 margin: 2rem auto 0;73 73 width: 100%; 74 75 74 76 75 a { … … 78 77 margin: 10px; 79 78 width: 150px; 80 }81 82 @include breakpoint( $ms-breakpoint ) {83 margin: 4rem auto 0;84 79 } 85 80 } … … 98 93 section + section { 99 94 border-top: 2px solid #eee; 100 101 95 } 102 96 103 97 .call-to-action { 104 98 display: block; 105 font-size: ms( -1);106 margin: 2rem 0 2rem;99 font-size: ms( -1 ); 100 margin: 2rem 0; 107 101 108 102 @include breakpoint( $ms-breakpoint ) { 109 103 font-size: ms( -2 ); 110 margin: 3rem 0 2rem;111 104 } 112 105 106 &:last-child { 107 margin-bottom: 0; 108 } 113 109 } 114 110
Note: See TracChangeset
for help on using the changeset viewer.