summaryrefslogtreecommitdiff
path: root/docs/src/pages/index.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/index.module.css')
-rw-r--r--docs/src/pages/index.module.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css
deleted file mode 100644
index 9f71a5da..00000000
--- a/docs/src/pages/index.module.css
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * 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;
-}