[ticket/16612] Use px instead of em for css properties

PHPBB3-16612
This commit is contained in:
Christian Schnegelberger 2020-10-07 19:23:41 +02:00
parent 14d96d0086
commit d3472cd4a1

View file

@ -362,9 +362,12 @@ dd.option {
} }
.agreement-text { .agreement-text {
font-size: 1.0em; font-size: 10px;
line-height: 1.4em; }
margin-bottom: 1em;
.agreement-text p {
line-height: 17px;
margin-bottom: 10px;
} }
dl.faq { dl.faq {