Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
|
@@ -44,7 +44,7 @@
|
|
| 44 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
|
| 45 |
|
| 46 |
/* HIDE the HTML components that create scrollbars */
|
| 47 |
-
#component-1, #component-2
|
| 48 |
display: none !important;
|
| 49 |
height: 0 !important;
|
| 50 |
min-height: 0 !important;
|
|
|
|
| 44 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
|
| 45 |
|
| 46 |
/* HIDE the HTML components that create scrollbars */
|
| 47 |
+
#component-1, #component-2 {
|
| 48 |
display: none !important;
|
| 49 |
height: 0 !important;
|
| 50 |
min-height: 0 !important;
|