Skip to content

Commit

Permalink
page image meta and menu gap narrow to 40px
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtranmer committed Apr 18, 2024
1 parent 76befa1 commit d05de47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,21 @@
<meta name="theme-color" content="#ffffff">

<meta name="description" content="BCard TaxMan can help you with your DAO taxes every year." />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:image" content="/apple-touch-icon.png" />
<!-- <meta property="og:image:type" content="/apple-touch-icon.png" />
<meta property="og:image:width" content="/apple-touch-icon.png" />
<meta property="og:image:height" content="/apple-touch-icon.png" /> -->
<meta property="og:image:alt" content="BCard Taxman" />

<meta name="twitter:image" content="<generated>" />
<!-- <meta name="twitter:image:type" content="<generated>" />
<meta name="twitter:image:width" content="<generated>" />
<meta name="twitter:image:height" content="<generated>" /> -->
<meta property="twitter:image:alt" content="BCard Taxman" />


<title>BCard TaxMan</title>
<script type="module" src="./polyfills.ts"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/components/HomePage/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
color: white;
display: flex;
font-size: 16px;
gap: 60px;
gap: 40px;
}
.menu_container > li > a {
text-decoration: none;
Expand Down

0 comments on commit d05de47

Please sign in to comment.