Fix the mobile view

This commit is contained in:
Narek Zakarian 2024-11-08 15:42:30 +04:00
parent f6ad82886b
commit 11ea4360b8
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -113,17 +113,6 @@
@media screen and (max-width: 480px) {
flex-wrap: wrap;
row-gap: 8px;
&__col {
width: 100%;
text-align: center;
border-right: 0;
padding-right: 0;
&:not(:last-child) {
border-bottom: 1px solid $color-gray-200;
padding-bottom: 8px;
}
}
}
}
@ -144,6 +133,17 @@
border-right: 1px solid $color-gray-200;
margin-right: 48px;
}
@media screen and (max-width: 480px) {
width: 100%;
text-align: center;
border-right: 0 !important;
padding-right: 0 !important;
&:not(:last-child) {
padding-bottom: 8px;
}
}
}
.ppcp-r-page-welcome-mode-separator {