fix: add spacing between interest list and join info section
This commit is contained in:
parent
822e31afbf
commit
bb71a44d01
|
|
@ -313,7 +313,7 @@ page {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 24rpx;
|
gap: 24rpx;
|
||||||
padding: 32rpx 32rpx 32rpx 32rpx;
|
padding: 32rpx 32rpx 32rpx 32rpx;
|
||||||
margin: 0 32rpx 0;
|
margin: 32rpx 32rpx 0;
|
||||||
background: #FFF7ED;
|
background: #FFF7ED;
|
||||||
border-radius: 32rpx;
|
border-radius: 32rpx;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user