Changeset 10162 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_featured-workshop.scss
- Timestamp:
- 08/13/2020 06:01:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_featured-workshop.scss
r10131 r10162 1 1 .featured-workshop { 2 margin: $gutter-default * 2 0 0; 2 margin: $gutter-default * 2 0 $gutter-default * 4; 3 text-align: center; 4 5 @media only screen and (min-width: $breakpoint-tablet) { 6 margin-bottom: 0; 7 text-align: left; 8 } 3 9 4 10 &_video { 5 height: $gutter-default * 25;6 11 width: 100%; 7 12 background: #eee;
Note: See TracChangeset
for help on using the changeset viewer.