Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -7,7 +7,7 @@ body { | ... | @@ -7,7 +7,7 @@ body { |
| 7 | display: flex; gap: 20px; padding: 20px; | 7 | display: flex; gap: 20px; padding: 20px; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | -.left-panel { | 10 | +.right-panel { |
| 11 | width: 500px; background: #fff; padding: 15px; | 11 | width: 500px; background: #fff; padding: 15px; |
| 12 | border-radius: 8px; box-shadow: 0 0 5px rgba(0,0,0,0.1); | 12 | border-radius: 8px; box-shadow: 0 0 5px rgba(0,0,0,0.1); |
| 13 | } | 13 | } |
| ... | @@ -27,7 +27,7 @@ body { | ... | @@ -27,7 +27,7 @@ body { |
| 27 | border-radius: 4px; | 27 | border-radius: 4px; |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | -.right-panel { | 30 | +.left-panel { |
| 31 | flex: 1; | 31 | flex: 1; |
| 32 | position: relative; | 32 | position: relative; |
| 33 | background: #eee; | 33 | background: #eee; | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment