fix: center app screenshots on mobile

هذا الالتزام موجود في:
Abdul Kareem
2026-03-23 15:42:17 +03:00
الأصل 35219141ae
التزام 1b24ac9c45

عرض الملف

@@ -405,6 +405,15 @@ textarea {
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
} }
.mockup {
display: flex;
justify-content: center;
}
.mockup-frame {
margin-inline: auto;
}
.mockup-screen ul { .mockup-screen ul {
padding: 0; padding: 0;
margin-top: 16px; margin-top: 16px;
@@ -1092,6 +1101,10 @@ textarea {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
.screens-grid {
justify-items: center;
}
.hero-copy h1 { .hero-copy h1 {
font-size: 42px; font-size: 42px;
max-width: none; max-width: none;