summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorLyssa2026-01-15 09:17:26 +0000
committerLyssa2026-01-15 09:17:26 +0000
commit3d05031c5d589432416050b07c3e6c0ce7d2ff0e (patch)
treebf68a9c4deead10b2cdf202188ec6b6b54421334 /src/pages
parent219a9b967d8bc98f1c67c289e880daa3d10dea04 (diff)
downloadmassgrave.dev-3d05031c5d589432416050b07c3e6c0ce7d2ff0e.zip
Fix broken anchors, fix massgrave.dev/get script, debloat site a bit
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.module.css23
-rw-r--r--src/pages/markdown-page.md7
2 files changed, 0 insertions, 30 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;
-}
diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md
deleted file mode 100644
index 9756c5b..0000000
--- a/src/pages/markdown-page.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Markdown page example
----
-
-# Markdown page example
-
-You don't need React to write simple standalone pages.