diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/pages/Projects.module.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/pages/Projects.module.scss b/src/styles/pages/Projects.module.scss new file mode 100644 index 0000000..3fd74cb --- /dev/null +++ b/src/styles/pages/Projects.module.scss @@ -0,0 +1,13 @@ +.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); +} |
