diff --git a/landing/investor-profile.css b/landing/investor-profile.css --- a/landing/investor-profile.css +++ b/landing/investor-profile.css @@ -43,3 +43,15 @@ font-weight: 500; font-size: 14px; } + +@media (max-width: 600px) { + .profile { + flex-direction: column; + margin: 0 16px; + } + + div.investorInfoContainer { + margin-left: 0; + margin-top: 16px; + } +}