aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Publications.module.css
blob: fd324cf5a7159e2da624eefae9988d58018656e9 (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
/*
 * SPDX-FileCopyrightText: 2023-2024 Kristóf Marussy
 *
 * SPDX-License-Identifier: MIT
 */

.publications__item {
  margin-top: 1rem;
}

.link {
  white-space: nowrap;
}

.link--lower {
  text-transform: lowercase;
}

.link__icon {
  vertical-align: text-top;
  width: 1em;
  height: 1em;
  margin-right: 0.125rem;
}