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