summaryrefslogtreecommitdiff
path: root/src/pages/index.module.css
diff options
context:
space:
mode:
authorLyssa2026-01-15 09:17:26 +0000
committerLyssa2026-01-15 09:17:26 +0000
commit3d05031c5d589432416050b07c3e6c0ce7d2ff0e (patch)
treebf68a9c4deead10b2cdf202188ec6b6b54421334 /src/pages/index.module.css
parent219a9b967d8bc98f1c67c289e880daa3d10dea04 (diff)
downloadmassgrave.dev-3d05031c5d589432416050b07c3e6c0ce7d2ff0e.zip
Fix broken anchors, fix massgrave.dev/get script, debloat site a bit
Diffstat (limited to 'src/pages/index.module.css')
-rw-r--r--src/pages/index.module.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/pages/index.module.css b/src/pages/index.module.css
deleted file mode 100644
index 9f71a5d..0000000
--- a/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;
-}