blob: ca71918689e3abf5c2d81f92806af880db9aa81a [file] [log] [blame]
pineafandf39fd42021-09-04 16:05:27 +01001.title {
2 width: 100%;
3 font-size: max(2em, 2vw);
pineafan69adcb82021-11-03 21:29:03 +00004 color: var(--theme-ui-colors-text);
pineafan78727452021-11-04 21:25:07 +00005 transition: color 0.3s ease-in-out;
pineafandf39fd42021-09-04 16:05:27 +01006 font-weight: lighter;
7 text-align: center;
8 word-break: break-word;
9}