diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
index 1ae7f7444..244c6bbb9 100644
|
|
|
section { |
| 259 | 259 | position: relative; |
| 260 | 260 | top: 0; |
| 261 | 261 | margin-bottom: 40px; |
| | 262 | margin-left: 0%; |
| | 263 | margin-right: 1rem; |
| 262 | 264 | } |
| 263 | 265 | } |
| 264 | 266 | |
| … |
… |
section { |
| 284 | 286 | |
| 285 | 287 | @media screen and ( max-width: 480px ) { |
| 286 | 288 | min-height: auto; |
| | 289 | border-bottom: 0; |
| 287 | 290 | } |
| 288 | 291 | } |
| 289 | 292 | |