aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/home.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scss/home.scss')
-rw-r--r--frontend/scss/home.scss22
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;
+ }
+}