Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZLABS
/
Comic-2
like
0
Running
App
Files
Files
Community
AZLABS
commited on
22 days ago
Commit
5595f8a
•
1 Parent(s):
248f920
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+12
-0
style.css
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
#col-container {
2
+
max-width: 800px;
3
+
margin-left: auto;
4
+
margin-right: auto;
5
+
}
6
+
.heightfit{
7
+
height:120px;
8
+
}
9
+
gradio-app{
10
+
height: 100%;
11
+
width: 100%;
12
+
}