summaryrefslogtreecommitdiff
path: root/site/src/pages/index.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/pages/index.module.css')
-rw-r--r--site/src/pages/index.module.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/site/src/pages/index.module.css b/site/src/pages/index.module.css
deleted file mode 100644
index 3838b4f5..00000000
--- a/site/src/pages/index.module.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.heroBanner {
- padding: 4rem 0;
- text-align: center;
- position: relative;
- overflow: hidden;
-}
-
-@media screen and (max-width: 996px) {
- .heroBanner {
- padding: 2rem;
- }
-}
-
-.logo {
- margin: 0 0 var(--ifm-paragraph-margin-bottom);
-}
-
-.buttons {
- display: flex;
- align-items: center;
- justify-content: center;
-}