This commit is contained in:
2026-01-24 02:46:49 +01:00
parent 7e9148f774
commit e5d841caf9

View File

@@ -28,9 +28,9 @@
}
.mm-shell {
max-width: 1500px;
max-width: 2000px;
margin: 0 auto;
padding: 2.5rem 1.5rem 4rem;
padding: 2rem 1rem 4rem;
animation: fadeUp 0.6s ease both;
}
@@ -49,13 +49,14 @@
}
.mm-logo {
width: 54px;
height: 54px;
height: 140px;
width: auto;
max-width: 320px;
object-fit: contain;
border-radius: 14px;
border-radius: 16px;
background: #fff;
border: 1px solid var(--line);
box-shadow: 0 8px 20px rgba(16, 16, 24, 0.08);
box-shadow: 0 12px 28px rgba(16, 16, 24, 0.12);
}
.mm-kicker {