mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Add CSS resets and specifiers to play nice with HF blog (#4997)
* changes * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
parent
71c9039401
commit
41c83070b0
6
.changeset/evil-mirrors-switch.md
Normal file
6
.changeset/evil-mirrors-switch.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/theme": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Add CSS resets and specifiers to play nice with HF blog
|
@ -213,6 +213,7 @@ img,
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
|
@ -23,6 +23,7 @@
|
||||
margin: var(--spacing-xxl) 0 var(--spacing-lg);
|
||||
font-weight: var(--prose-header-text-weight);
|
||||
line-height: 1.3;
|
||||
color: var(--body-text-color);
|
||||
}
|
||||
|
||||
.prose > *:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user