CSS fixes
This commit is contained in:
@@ -8,7 +8,7 @@ import googleplay from "../../public/googleplay.png";
|
||||
export default function HomeScreen() {
|
||||
return <div className="hs">
|
||||
<div className="hs-top">
|
||||
<h5>Dowiedz się czym właściwie jest Menui</h5>
|
||||
<h5>Dowiedz się czym jest Menui</h5>
|
||||
<div className="hs-top-icon"><HelpIcon/></div>
|
||||
</div>
|
||||
<div className="hs-center">
|
||||
@@ -19,7 +19,7 @@ export default function HomeScreen() {
|
||||
</p>
|
||||
</div>
|
||||
<div className="hs-bottom">
|
||||
<h4>Pobierz na telefon</h4>
|
||||
<h4>Pobierz Menui na telefon</h4>
|
||||
<div>
|
||||
<img className="hs-bottom-icon" src={appstore} alt="Get Menui from App Store" />
|
||||
<img className="hs-bottom-icon" src={googleplay} alt="Get Menui from Google Play"/>
|
||||
|
||||
Reference in New Issue
Block a user