Fix /ar/ alignment

align-items: center; appears to not have the desired effect, but
leaving it unset does. The en locale remains with align-items: center;
This commit is contained in:
0x1eef 2023-11-12 19:33:56 -03:00
parent d29eb0d089
commit a5ae22e16b

View file

@ -92,6 +92,7 @@ body .root .content.theme.ar {
li.surah { li.surah {
min-height: 55px; min-height: 55px;
a { a {
align-items: unset;
div:first-child { div:first-child {
.id { .id {
font-size: x-large; font-size: x-large;