Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
clicks.codes
/
c1c3beb3df836f91ae38bf93c21fcbf92c04b23a
/
.
/
styles
/
subheading.module.css
blob: ca71918689e3abf5c2d81f92806af880db9aa81a [
file
] [
log
] [
blame
]
.
title
{
width
:
100%
;
font-size
:
max
(
2em
,
2vw
);
color
:
var
(--
theme-ui-colors-text
);
transition
:
color
0.3s
ease-in-out
;
font-weight
:
lighter
;
text-align
:
center
;
word-break
:
break-word
;
}