diff --git a/backend/src/modules/storefrontCore/public/css/storefront.css b/backend/src/modules/storefrontCore/public/css/storefront.css index a483cd3..bf35b47 100644 --- a/backend/src/modules/storefrontCore/public/css/storefront.css +++ b/backend/src/modules/storefrontCore/public/css/storefront.css @@ -380,6 +380,26 @@ a:hover { white-space: nowrap; } +@media (max-width: 768px) { + .sf-header__inner { + flex-direction: column; + align-items: center; + justify-content: center; + } + + .sf-header__brand-group { + flex-direction: column; + align-items: center; + } + + .sf-nav, + .sf-rates { + width: 100%; + max-width: 100%; + justify-content: center; + } +} + .sf-crypto-icon { width: 1.25rem; height: 1.25rem;