Changeset 13169 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 02/05/2024 04:56:14 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r13167 r13169 501 501 502 502 .bbp-create-topic-wrapper { 503 padding: 15px 0 25px; 503 display: flex; 504 flex-direction: column; 505 gap: 16px; 506 padding: 15px 0; 504 507 text-align: center; 508 509 @media (min-width: 767px) { 510 flex-direction: row; 511 justify-content: space-between; 512 } 505 513 506 514 .create-topic {
Note: See TracChangeset
for help on using the changeset viewer.