Skip to content

Commit

Permalink
chore: Add back index.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
omicsnut authored Oct 2, 2023
1 parent 4c36d7a commit a278b59
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/**
* CSS files with the .module.css suffix will be treated as CSS modules
* and scoped locally.
*/

.heroBanner {
padding: 4rem 0;
text-align: center;
position: relative;
overflow: hidden;
}

@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;
}
}

.buttons {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0 0;
}

.buttons > a {
margin: 0 5px;
}

0 comments on commit a278b59

Please sign in to comment.