aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Blog.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Blog.module.css')
-rw-r--r--src/components/landing/sections/Blog.module.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/components/landing/sections/Blog.module.css b/src/components/landing/sections/Blog.module.css
new file mode 100644
index 0000000..6a38a97
--- /dev/null
+++ b/src/components/landing/sections/Blog.module.css
@@ -0,0 +1,28 @@
1/*
2 * SPDX-FileCopyrightText: 2024 Kristóf Marussy
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7.row {
8 margin-bottom: var(--ifm-paragraph-margin-bottom);
9}
10
11.recent-posts {
12 margin-bottom: 0;
13 font-size: var(--ifm-h3-font-size);
14 font-weight: var(--ifm-font-weight-bold);
15 --casl: 0.5;
16 letter-spacing: var(--marussy-heading-tracking);
17}
18
19.date {
20 font-size: 1rem;
21 font-weight: var(--ifm-font-weight-normal);
22 --casl: 0;
23 letter-spacing: 0;
24}
25
26.prev::after {
27 content: ' »';
28}