diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-06 19:27:45 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-06 19:30:06 +0100 |
| commit | 722ec20bad64d8c69b173c163011d37ad0b55591 (patch) | |
| tree | 0470e54f758d9383fff3fdb4c9b685faa3bde6ae /src/styles/pages/Thematic.module.scss | |
| parent | 1494985a636fe22417615648062f17bc82c35655 (diff) | |
chore: move Main grid to its children
This way I can use full width background for some blocks.
Diffstat (limited to 'src/styles/pages/Thematic.module.scss')
| -rw-r--r-- | src/styles/pages/Thematic.module.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/styles/pages/Thematic.module.scss b/src/styles/pages/Thematic.module.scss deleted file mode 100644 index 0b9aa2d..0000000 --- a/src/styles/pages/Thematic.module.scss +++ /dev/null @@ -1,11 +0,0 @@ -@use "@styles/abstracts/placeholders"; - -.list { - @extend %reset-ordered-list; - - margin: var(--spacing-md) auto; -} - -li.item { - margin: var(--spacing-md) 0; -} |
