From 5bfd611e7b3468ae38263388e2415d4bba94b0fc Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 16:59:29 +0200 Subject: feat(frontend): setup and rewrite style with scss --- frontend/scss/home.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 frontend/scss/home.scss (limited to 'frontend/scss/home.scss') 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; + } +} -- cgit v1.2.3