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
1e19e5e5ba
commit
1f0127192f
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