Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cherry-ghosts
/
web
like
1
Running
App
Files
Files
smileycutie0
commited on
Jan 22
Commit
84f66bb
·
verified
·
1 Parent(s):
93ed51e
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+4
-0
style.css
CHANGED
Viewed
@@ -7,4 +7,8 @@
7
html, body {
8
font-family: Arial, sans-serif;
9
line-height: 1.6;
10
}
7
html, body {
8
font-family: Arial, sans-serif;
9
line-height: 1.6;
10
+
}
11
+
12
+
main, section {
13
+
padding: 0.5rem;
14
}