Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
d7368d9
1
Parent(s):
e225d73
add padding
Browse files- styles.css +4 -0
styles.css
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
.shiny-notification {
|
2 |
position:fixed;
|
3 |
top: calc(0%);
|
|
|
1 |
+
body{
|
2 |
+
padding: 10px;
|
3 |
+
}
|
4 |
+
|
5 |
.shiny-notification {
|
6 |
position:fixed;
|
7 |
top: calc(0%);
|