Changeset 9440 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 01/30/2020 10:33:19 PM (5 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
r9439 r9440 284 284 padding-left: 10%; 285 285 286 @media screen and ( max-width: 568px ) { 287 margin-left: 1rem; 288 padding-left: 0; 289 } 290 286 291 @media screen and ( max-width: 480px ) { 287 292 min-height: auto; … … 328 333 margin: 0 0 0 10%; 329 334 335 @media screen and (max-width: 568px) { 336 clear: left; 337 margin-left: 1rem; 338 } 339 330 340 @media screen and ( max-width: 480px ) { 331 341 margin-bottom: 5%; 332 342 } 333 }334 335 div.bbp-reply-content {336 margin-left: 11%;337 343 } 338 344 … … 1014 1020 border-bottom: none; 1015 1021 padding: 1rem 2rem 0 10%; 1022 1023 @media screen and (max-width: 568px) { 1024 padding-left: 1rem; 1025 } 1016 1026 } 1017 1027 }
Note: See TracChangeset
for help on using the changeset viewer.