aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Blog.module.css
blob: 57682f6d3bcb22881a835c349025035a3d3b6c9b (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: var(--marussy-slightly-casl);
  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: ' »';
}