Spaces:
Runtime error
Runtime error
Adjust CSS
Browse files
app.css
CHANGED
|
@@ -33,6 +33,7 @@
|
|
| 33 |
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
| 34 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 35 |
border-radius: 10px 0 10px 0;
|
|
|
|
| 36 |
}
|
| 37 |
|
| 38 |
.probelm-example-another {
|
|
@@ -56,7 +57,7 @@
|
|
| 56 |
border-radius: 10px;
|
| 57 |
position: relative;
|
| 58 |
padding: 28px 14p 14p 14px;
|
| 59 |
-
min-height:
|
| 60 |
}
|
| 61 |
|
| 62 |
.solution-title-content {
|
|
@@ -66,6 +67,7 @@
|
|
| 66 |
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
| 67 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 68 |
border-radius: 10px 0 10px 0;
|
|
|
|
| 69 |
}
|
| 70 |
|
| 71 |
.solution-content {
|
|
|
|
| 33 |
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
| 34 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 35 |
border-radius: 10px 0 10px 0;
|
| 36 |
+
padding: 4px 8px;
|
| 37 |
}
|
| 38 |
|
| 39 |
.probelm-example-another {
|
|
|
|
| 57 |
border-radius: 10px;
|
| 58 |
position: relative;
|
| 59 |
padding: 28px 14p 14p 14px;
|
| 60 |
+
min-height: 500px;
|
| 61 |
}
|
| 62 |
|
| 63 |
.solution-title-content {
|
|
|
|
| 67 |
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
| 68 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 69 |
border-radius: 10px 0 10px 0;
|
| 70 |
+
padding: 4px 8px;
|
| 71 |
}
|
| 72 |
|
| 73 |
.solution-content {
|