Changeset 10562 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-download.scss
- Timestamp:
- 01/08/2021 11:58:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_page-download.scss
r10441 r10562 29 29 30 30 section { 31 padding: ms( 10 ) 0;31 margin-top: 4em; 32 32 33 33 h2:first-of-type { … … 37 37 38 38 section.download { 39 padding-top: 0;40 39 text-align: center; 40 order: 3; 41 42 @include breakpoint( 768px ) { 43 order: 2; 44 } 41 45 42 46 .call-to-action { … … 68 72 } 69 73 } 70 74 71 75 .dashicons-download:before { 72 76 margin-right: 5px; … … 86 90 position: relative; 87 91 text-align: center; 92 padding: ms( 10 ) 0; 93 order: 2; 94 95 @include breakpoint( 768px ) { 96 order: 1; 97 } 88 98 89 99 .parallelogram { … … 125 135 text-align: center; 126 136 width: 100%; 137 order: 1; /* Assume that mobile users want to install the apps on their phones, and desktop users want to setup WP on a server. */ 127 138 128 @include breakpoint( 0, 768px ) { 129 border-top: none; 130 border-bottom: 2px solid #eee; 131 padding-top: 0; 139 @include breakpoint( 768px ) { 140 order: 3; 132 141 } 133 142
Note: See TracChangeset
for help on using the changeset viewer.