Better text styling on docs (#9108)

* margin and size

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2024-08-14 11:51:50 -07:00 committed by GitHub
parent bbbd1f5ebe
commit 474102a8b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Better text styling on docs

View File

@ -143,6 +143,11 @@
.obj h4 {
@apply mt-8 text-xl text-orange-500 font-light;
}
.obj p {
@apply mb-2 text-lg;
}
/* playground */
.current-playground-demo {