Spaces:
Runtime error
Runtime error
Adjust CSS
Browse files
app.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
|
| 22 |
.probelm-example-container {
|
| 23 |
position: relative;
|
| 24 |
-
padding:
|
| 25 |
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 26 |
border-radius: 10px;
|
| 27 |
}
|
|
@@ -39,17 +39,20 @@
|
|
| 39 |
.probelm-example-another {
|
| 40 |
position: absolute;
|
| 41 |
top: 0;
|
| 42 |
-
right:
|
| 43 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 44 |
-
border-
|
|
|
|
| 45 |
}
|
| 46 |
|
| 47 |
.probelm-example-copy {
|
| 48 |
position: absolute;
|
| 49 |
top: 0;
|
| 50 |
right: 0;
|
| 51 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 52 |
-
border-
|
|
|
|
|
|
|
| 53 |
}
|
| 54 |
|
| 55 |
.right {
|
|
|
|
| 21 |
|
| 22 |
.probelm-example-container {
|
| 23 |
position: relative;
|
| 24 |
+
padding: 30px 12px 8px 12px;
|
| 25 |
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 26 |
border-radius: 10px;
|
| 27 |
}
|
|
|
|
| 39 |
.probelm-example-another {
|
| 40 |
position: absolute;
|
| 41 |
top: 0;
|
| 42 |
+
right: 44.8px;
|
| 43 |
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
| 44 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 45 |
+
border-radius: 0 0px 0 10px;
|
| 46 |
}
|
| 47 |
|
| 48 |
.probelm-example-copy {
|
| 49 |
position: absolute;
|
| 50 |
top: 0;
|
| 51 |
right: 0;
|
| 52 |
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
| 53 |
+
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 54 |
+
border-radius: 0 10px 0 0px;
|
| 55 |
+
padding: 4px 8px;
|
| 56 |
}
|
| 57 |
|
| 58 |
.right {
|