Fix article title overflowing on small screens

Improves CSS scaling of the article title for mobile-sized screens, to prevent it spilling over.
This commit is contained in:
mareklach 2021-11-26 16:50:08 +00:00
parent 914d394bd0
commit b2be00b125

View file

@ -236,9 +236,9 @@ p.error {
font-family: $playfair;
font-size: 1.75em;
font-weight: normal;
line-height: 1.75;
display: inline-block;
position: absolute;
line-height: 1.10;
display: block;
position: relative;
a {
display: block;
transition: color 0.1s ease-in;