mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
10 lines
152 B
CSS
10 lines
152 B
CSS
|
#sharing_explained {
|
||
|
text-align: center;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
#sharing_explained img {
|
||
|
width: 100%;
|
||
|
max-width: 600px;
|
||
|
margin-bottom: 12px;
|
||
|
}
|