마이페이지 화면 깨짐 오류 수정
@aa352f52243b387e2d4a0d6f1461b13571bc97ca
--- src/main/webapp/publish/css/mem.css
+++ src/main/webapp/publish/css/mem.css
... | ... | @@ -319,7 +319,7 @@ |
| 319 | 319 |
.my_dashboard .send_price::after{display: none;}
|
| 320 | 320 |
.my_dashboard .send_price .price_title{display: flex; width: 100px; background-color: #eea301; color: #fff; font-size: 20px; font-weight: bold; border-radius: 10px 0 0 10px; align-items: center; justify-content: center; line-height: 1.5;}
|
| 321 | 321 |
.my_dashboard .send_price .price_wrap{width: calc(100% - 100px); background-color: #fff; border-radius: 0 10px 10px 0;}
|
| 322 |
-.my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 15px; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
|
|
| 322 |
+.my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 14px; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
|
|
| 323 | 323 |
.my_dashboard .send_price ul:last-child{border: 0; align-items: flex-start;}
|
| 324 | 324 |
.my_dashboard .send_price ul:first-child li:last-child{margin: 0; padding: 0}
|
| 325 | 325 |
.my_dashboard .send_price .price_wrap .title{font-size: 16px; color: #222;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?