update logistices
This commit is contained in:
@@ -110,11 +110,11 @@ const styles = `
|
||||
.dm-wf1-card {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
margin: -28px 40px 0;
|
||||
margin: 0 40px 0;
|
||||
background: linear-gradient(180deg, #030a18 0%, #06101f 100%);
|
||||
border: 1px solid rgba(255, 255, 255, 0.05);
|
||||
border-top: none;
|
||||
border-radius: 0 0 35px 35px;
|
||||
border-radius: 0 0 42px 42px;
|
||||
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
|
||||
padding: 48px 60px;
|
||||
display: flex;
|
||||
@@ -201,7 +201,7 @@ const styles = `
|
||||
/* ── Responsive — keep insets/radius aligned to the optimisation card ── */
|
||||
@media (max-width: 1024px) {
|
||||
.dm-wf1-card {
|
||||
margin: -20px 20px 0;
|
||||
margin: 0 20px 0;
|
||||
border-radius: 0 0 42px 42px;
|
||||
padding: 44px 44px;
|
||||
gap: 44px;
|
||||
@@ -210,7 +210,7 @@ const styles = `
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.dm-wf1-card {
|
||||
margin: -14px 10px 0;
|
||||
margin: 0 10px 0;
|
||||
border-radius: 0 0 28px 28px;
|
||||
padding: 36px 28px;
|
||||
gap: 36px;
|
||||
|
||||
Reference in New Issue
Block a user