aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Blog.module.css
blob: 6a38a973670da7145c8338b4018aed99d2891747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * SPDX-FileCopyrightText: 2024 Kristóf Marussy
 *
 * SPDX-License-Identifier: MIT
 */

.row {
  margin-bottom: var(--ifm-paragraph-margin-bottom);
}

.recent-posts {
  margin-bottom: 0;
  font-size: var(--ifm-h3-font-size);
  font-weight: var(--ifm-font-weight-bold);
  --casl: 0.5;
  letter-spacing: var(--marussy-heading-tracking);
}

.date {
  font-size: 1rem;
  font-weight: var(--ifm-font-weight-normal);
  --casl: 0;
  letter-spacing: 0;
}

.prev::after {
  content: ' »';
}