Added mobile intro
This commit is contained in:
parent
50078e4bba
commit
bc0426c020
2 changed files with 6 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ const Intro = () => {
|
|||
<p>{t("intro.platforms")}</p>
|
||||
</div>
|
||||
{/* 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 className="rocket">
|
||||
|
|
|
|||
|
|
@ -107,7 +107,11 @@
|
|||
}
|
||||
|
||||
div {
|
||||
display: none;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue