summaryrefslogtreecommitdiffstats
path: root/src/styles/pages/Projects.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/pages/Projects.module.scss')
-rw-r--r--src/styles/pages/Projects.module.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/styles/pages/Projects.module.scss b/src/styles/pages/Projects.module.scss
deleted file mode 100644
index 3fd74cb..0000000
--- a/src/styles/pages/Projects.module.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.article {
- composes: grid from "@styles/layout/_grid.scss";
- align-items: start;
-
- > header {
- grid-column: 1 / -1;
- }
-}
-
-.body {
- grid-column: 1 / -1;
- margin-bottom: var(--spacing-xl);
-}