1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

chore: fix search results page in our docs (#10816)

https://linear.app/unleash/issue/2-3982/fix-search-results-page-in-our-docs

Fixes the search results page in our docs.

### Before

<img width="1699" height="634" alt="image"
src="https://github.com/user-attachments/assets/341c086c-7a1e-4d10-87c7-d24e8afa43d2"
/>

### After

<img width="1360" height="1261" alt="image"
src="https://github.com/user-attachments/assets/4a74f2c5-6914-436b-96cf-8fa1691b84f4"
/>
This commit is contained in:
Nuno Góis 2025-10-16 11:25:11 +01:00 committed by GitHub
parent 154dc6f5eb
commit 2a60508998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -689,3 +689,12 @@ html[data-theme="dark"] .footer-separator {
}
/* end welcome page */
/* search results page */
.search-page-wrapper main {
flex-direction: column;
background-color: transparent;
}
/* end search results page */