diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
index c40815dea..c4d3af62d 100644
|
a
|
b
|
body.home #page .site-main { |
| 340 | 340 | font-size: ms( 0 ); |
| 341 | 341 | margin: 0 auto; |
| 342 | 342 | max-width: 100%; |
| 343 | | padding: 0.5rem; |
| | 343 | padding: .5rem 2rem .5rem .5rem; |
| 344 | 344 | width: ms(28); |
| 345 | 345 | } |
| 346 | 346 | |
| … |
… |
body.home #page .site-main { |
| 378 | 378 | color: $color__text-input; |
| 379 | 379 | display: block; |
| 380 | 380 | height: 100%; |
| 381 | | padding: 0.5rem 1rem; |
| | 381 | padding: 0.5rem; |
| 382 | 382 | position: absolute; |
| 383 | 383 | right: 0; |
| 384 | 384 | text-shadow: none; |
| … |
… |
body.home #page .site-main { |
| 439 | 439 | .site-main & .search-field { |
| 440 | 440 | border: 1px solid $color__border-input; |
| 441 | 441 | box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
| 442 | | padding: 0.5rem; |
| | 442 | padding: .5rem 2rem .5rem .5rem; |
| 443 | 443 | width: 100%; |
| 444 | 444 | } |
| 445 | 445 | } |