Changeset 4693 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 01/16/2017 06:21:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r4683 r4693 41 41 font-size: 1.4rem; 42 42 margin-bottom: 0; 43 margin-top: 0; 43 44 } 44 45 … … 61 62 height: 200px; 62 63 border-bottom: none; 63 margin: 05% 0 0;64 margin: 2rem 5% 0 0; 64 65 65 66 &:nth-child(3n) { … … 406 407 407 408 .themes-plugins { 408 width: 65%;409 margin: 3rem 0 4rem;409 margin: 0 0 4rem; 410 border-bottom: 1px solid #eee; 410 411 411 412 p { 412 font-size: ms( -2);413 font-size: ms(0); 413 414 color: #666666; 414 415 … … 421 422 font-size: 1.4rem; 422 423 margin-bottom: 0; 424 margin-top: 0; 425 } 426 427 @media (min-width: $ms-breakpoint) { 428 width: 65%; 429 margin: 3rem 0 4rem; 430 border-bottom: none; 431 432 p { 433 font-size: ms(-2); 434 } 423 435 } 424 436 }
Note: See TracChangeset
for help on using the changeset viewer.