aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/Subtitle.module.css
blob: 8264a930326dbb24a802a7d3fd32f47c8c87cc22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2023 Kristóf Marussy
 *
 * SPDX-License-Identifier: MIT
 */

.subtitle {
  --ifm-h3-font-size: 1.5rem;
  --casl: 1;
  margin: 1.5rem 0;
}