Skip to content

Commit

Permalink
chore: add favicons to page and make buttons less large
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Aug 16, 2024
1 parent 68a9501 commit c639ac1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

<meta content="https://getsession.org/assets/images/logo-black.png" property="og:image">
<meta content="https://getsession.org/assets/images/logo-black.png" property="twitter:image"/>
<link rel="icon" type="image/png" sizes="32x32" href="https://getsession.org/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https:///favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="https:///apple-touch-icon.png">

<style>
* {
Expand Down Expand Up @@ -157,7 +160,7 @@
width: max-content;
border-radius: 100rem;
margin: .4rem auto;
padding: 1rem 1.5rem;
padding: 0.5rem 1.25rem;
}

.qr-code {
Expand Down

0 comments on commit c639ac1

Please sign in to comment.