summaryrefslogtreecommitdiff
path: root/site/src/pages/index.module.css
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-05-19 13:31:34 +0200
committerGitHub <noreply@github.com>2025-05-19 13:31:34 +0200
commite9a1b6078e366a8ee071f5d423a1874608618e4d (patch)
treeef539af46703cd25fb66775b4580c3460c72be91 /site/src/pages/index.module.css
parentd70312f122d9ef7c31b05757239ffc66af832dee (diff)
Removing gh-pages site from master branch (#338)
* Removing site from master branch * Updated README.md
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;
-}