Changeset 6608 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_about.scss
- Timestamp:
- 02/12/2018 10:05:18 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/_about.scss
r6606 r6608 1 1 body.page-about, 2 2 body.page-template-about { 3 overflow-x: hidden; 4 3 5 .entry-header { 4 6 padding: ms( 4 ) ms( 1 ); … … 14 16 .entry-description { 15 17 color: rgba( 255, 255, 255, 0.8); 16 font-size: ms( 4);18 font-size: ms( 2 ); 17 19 margin-top: -0.4rem; 18 }19 }20 21 .entry-content {22 overflow: hidden;23 24 @include breakpoint( 640px ) {25 overflow: initial;26 20 } 27 21 } … … 38 32 margin: 0 auto; 39 33 opacity: 0.9; 40 padding: 4. 2rem 0;34 padding: 4.7rem 0; 41 35 position: absolute; 42 36 text-align: center; … … 47 41 font-size: ms( 12 ); 48 42 height: 64px; 43 position: relative; 44 right: 1rem; 49 45 transform: skew( 15deg ); 50 46 width: 64px; … … 93 89 .shape { 94 90 height: 336px; 95 padding: 6.555rem 0;91 padding: 7rem 0; 96 92 width: 400px; 97 93 } … … 103 99 .shape { 104 100 height: 315px; 105 padding: 4.5rem 0;101 padding: 5rem 0; 106 102 width: 480px; 107 103 … … 120 116 .shape { 121 117 height: 282px; 122 padding: 3.55rem 0;118 padding: 4rem 0; 123 119 width: 430px; 124 120 … … 141 137 .shape { 142 138 height: 380px; 143 padding: 5.66rem 0;139 padding: 6rem 0; 144 140 width: 580px; 145 141
Note: See TracChangeset
for help on using the changeset viewer.