style(docs-infra): make indentation in `_search-results.scss` consistent with other `.scss` files (#31390)

PR Close #31390
This commit is contained in:
George Kalpakas 2019-07-02 15:32:39 +03:00 committed by Matias Niemelä
parent 3246a8553c
commit 2d4f507b61
1 changed files with 79 additions and 77 deletions

View File

@ -22,6 +22,7 @@ aio-search-results {
@media (max-width: 480px) { @media (max-width: 480px) {
display: block; display: block;
.search-area { .search-area {
display: block; display: block;
margin: 16px 16px; margin: 16px 16px;
@ -89,6 +90,7 @@ aio-search-results.embedded .search-results {
.priority-pages { .priority-pages {
padding: 0.5rem 0; padding: 0.5rem 0;
a { a {
font-weight: bold; font-weight: bold;
} }