ranWang commited on
Commit
814f584
1 Parent(s): 6f49f3d

Adjust CSS

Browse files
Files changed (1) hide show
  1. app.css +17 -0
app.css CHANGED
@@ -54,4 +54,21 @@
54
  .right {
55
  border: 1px solid rgba(0, 0, 0, 0.15);
56
  border-radius: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  }
 
54
  .right {
55
  border: 1px solid rgba(0, 0, 0, 0.15);
56
  border-radius: 10px;
57
+ position: relative;
58
+ padding: 28px 14p 14p 14px;
59
+ min-height: 700px;
60
+ }
61
+
62
+ .solution-title-content {
63
+ position: absolute;
64
+ top: 0;
65
+ left: 0;
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 {
72
+ border-radius: 10px;
73
+ border: 1px solid rgba(0, 0, 0, 0.15);
74
  }