Added mobile intro

This commit is contained in:
Sergejs Kozinecs 2022-10-26 14:42:20 +03:00
parent 50078e4bba
commit bc0426c020
2 changed files with 6 additions and 2 deletions

View file

@ -22,7 +22,7 @@ const Intro = () => {
<p>{t("intro.platforms")}</p> <p>{t("intro.platforms")}</p>
</div> </div>
{/* TODO: Finish this for mobile */} {/* TODO: Finish this for mobile */}
<h1 className="mobile">websites . mobileapps . e-shops . platforms</h1> {/* <h1 className="mobile">websites . mobileapps . e-shops . platforms</h1> */}
</div> </div>
<div className="rocket"> <div className="rocket">

View file

@ -107,7 +107,11 @@
} }
div { div {
display: none; text-align: center;
width: 100%;
display: flex;
justify-content: space-between;
margin-top: 16px;
} }
} }