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:
parent
d29eb0d089
commit
a5ae22e16b
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ body .root .content.theme.ar {
|
|||
li.surah {
|
||||
min-height: 55px;
|
||||
a {
|
||||
align-items: unset;
|
||||
div:first-child {
|
||||
.id {
|
||||
font-size: x-large;
|
||||
|
|
Loading…
Reference in a new issue