Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +5 -12
static/style.css
CHANGED
@@ -238,11 +238,11 @@ body::before {
|
|
238 |
|
239 |
.results-container {
|
240 |
background: white;
|
241 |
-
border-radius: 12px;
|
242 |
-
padding: 2rem;
|
243 |
-
margin-top:
|
244 |
-
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
|
245 |
-
height: 230px;
|
246 |
}
|
247 |
|
248 |
.results-placeholder {
|
@@ -721,13 +721,6 @@ body, html {
|
|
721 |
transform: translateY(0);
|
722 |
}
|
723 |
|
724 |
-
.results-container {
|
725 |
-
min-height: 200px;
|
726 |
-
background: rgba(255, 255, 255, 0.9);
|
727 |
-
border-radius: 8px;
|
728 |
-
padding: 20px;
|
729 |
-
margin-top: 20px;
|
730 |
-
}
|
731 |
|
732 |
#downloadSection {
|
733 |
padding-top: 15px;
|
|
|
238 |
|
239 |
.results-container {
|
240 |
background: white;
|
241 |
+
border-radius: 12px;
|
242 |
+
padding: 2rem;
|
243 |
+
margin-top: 20px;
|
244 |
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
|
245 |
+
min-height: 230px;
|
246 |
}
|
247 |
|
248 |
.results-placeholder {
|
|
|
721 |
transform: translateY(0);
|
722 |
}
|
723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
724 |
|
725 |
#downloadSection {
|
726 |
padding-top: 15px;
|