Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xiferd
/
sheets
like
1
Running
App
Files
Files
Community
xiferd
commited on
Dec 28, 2025
Commit
f52bc27
·
1 Parent(s):
a4f293d
hide information text when not enough space
Browse files
Files changed (1)
hide
show
style.css
+6
-0
style.css
CHANGED
Viewed
@@ -21,6 +21,12 @@ body {
21
}
22
}
23
24
h1 {
25
margin: 0 0;
26
}
21
}
22
}
23
24
+
@media (max-width: 525px) {
25
+
#information-text {
26
+
display: none;
27
+
}
28
+
}
29
+
30
h1 {
31
margin: 0 0;
32
}