@@ -2,19 +2,20 @@
.basic-info {
position: relative;
margin-bottom: 24px;
+ height: 136px;
}
.project-info {
- height: calc(100% - 342px);
+ height: calc(100% - 238px);
.footer-box {
- height: 80px;
+ height: 54px;
display: flex;
align-items: center;
justify-content: center;
- padding: 20px 24px;
+ padding: 0;
overflow: hidden;
background: #f1f5f8;
border-radius: 10px;