Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
clicks.codes
/
07dd861b14021d4fc1f2f23b699103692e0205fc
/
.
/
styles
/
sectionheading.module.css
blob: eed2f94d14ed1b8c989bed7abbada5e169d559cf [
file
] [
log
] [
blame
]
pineafan
a5ce910
2021-09-02 17:21:31 +0100
[
diff
] [
blame
]
1
.
title
{
2
width
:
100%
;
3
font-size
:
max
(
2em
,
4vw
);
4
color
:
var
(--
card-text-color
);
5
font-weight
:
lighter
;
6
text-align
:
center
;
7
}