Skip to content

Commit

Permalink
Fix landing page responsiveness and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Apr 19, 2024
1 parent 3c0230d commit da8898b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added docs/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
</head>
<body>
<main>
Expand Down
4 changes: 4 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ h1 {
}

.buttons {
text-align: center;
display: block;
}

Expand All @@ -55,6 +56,9 @@ h1 {
text-transform: uppercase;
border: 1px solid white;
transition: all 0.2s;
margin-bottom: 0.5em;
display: inline-block;
width: max-content;
}

.buttons .primary {
Expand Down

0 comments on commit da8898b

Please sign in to comment.