diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 16:59:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 16:59:29 +0200 |
| commit | 5bfd611e7b3468ae38263388e2415d4bba94b0fc (patch) | |
| tree | 4aede9ce1ced890467211bb8c06f89afd0dbf36f /frontend/scss/home.scss | |
| parent | 06c8b78fd08de1259b4c6c9046532c296db83e4d (diff) | |
feat(frontend): setup and rewrite style with scss
Diffstat (limited to 'frontend/scss/home.scss')
| -rw-r--r-- | frontend/scss/home.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss new file mode 100644 index 0000000..bb64a95 --- /dev/null +++ b/frontend/scss/home.scss @@ -0,0 +1,22 @@ +.introduction { + margin: var(--margin-header) 0; +} + +article article { + margin-bottom: var(--margin-header); + &:last-child { + margin-bottom: 0; + } +} + +.pagination { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + gap: var(--margin-base); + + & p { + margin-bottom: 0; + } +} |
