blob: 097d4ab82da53fb0f3a00d80bf1bd7250592e3b9 [file] [log] [blame]
pineafana5ce9102021-09-02 17:21:31 +01001.title {
2 width: 100%;
3 font-size: max(2em, 4vw);
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;
pineafana5ce9102021-09-02 17:21:31 +01006 font-weight: lighter;
7 text-align: center;
pineafandf39fd42021-09-04 16:05:27 +01008 word-break: break-all;
pineafana5ce9102021-09-02 17:21:31 +01009}