Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
librarian-bots
/
collection_cloner
like
11
Runtime error
App
Files
Files
Community
davanstrien
HF staff
commited on
Nov 14, 2023
Commit
30005a8
•
1 Parent(s):
58b98dc
Add center alignment and styling to component-0
Browse files
Files changed (1)
hide
show
style.css
+10
-0
style.css
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
h1 {
2
+
text-align: center;
3
+
}
4
+
5
+
#component-0 {
6
+
max-width: 750px;
7
+
margin: auto;
8
+
padding-top: 1.5rem;
9
+
}
10
+