Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix(styles): centered getting started box images
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcWebCode40 committed Jul 30, 2022
1 parent cb69fc6 commit 4e193a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function Home() {
</div>
<div className={styles.gettingStarted}>
<div className={styles.storeButtons}>
<div>
<div className={styles.storeButtonsChild}>
<a href='https://apps.apple.com/us/app/verida-vault/id1546599632'>
<img
className={styles.appstorebutton}
Expand All @@ -194,7 +194,7 @@ export default function Home() {
</div>
{gettingStarted.map((item) => (
<div className={styles.storeButtons}>
<div>
<div className={styles.storeButtonsChild}>
<a href={item.link}>
<img src={item.icon} height='100' />
</a>
Expand Down
3 changes: 3 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ p {
margin-right: auto;
}

.storeButtonsChild{
text-align: center;
}
.appstorebutton {
border-style: solid;
border-width: 1px;
Expand Down

0 comments on commit 4e193a2

Please sign in to comment.