Fix landing picture width on mobile.

This commit is contained in:
2022-06-23 18:17:46 +03:00
parent b3d4237778
commit 769fe9f0b8

View File

@@ -108,6 +108,10 @@
.logo-container { .logo-container {
margin-bottom: 3rem; margin-bottom: 3rem;
} }
.Landing-picture {
width: 100% !important;
}
} }
} }
} }