style(team): banner 右边距与下方成员表左列对齐(留出右栏 320+24)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5s
This commit is contained in:
parent
5d09ba72fd
commit
8b8a172102
@ -12,6 +12,8 @@
|
|||||||
color: var(--accent-white);
|
color: var(--accent-white);
|
||||||
padding: 22px 28px 24px;
|
padding: 22px 28px 24px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
/* 与下方 .team-grid 左列(成员表)对齐:右栏 320 + gap 24 = 344 */
|
||||||
|
margin-right: calc(320px + 24px);
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid var(--accent-black);
|
border: 1px solid var(--accent-black);
|
||||||
border-radius: var(--r-md);
|
border-radius: var(--r-md);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user