Bump surah ID width to 45px
On the Surah Index page, in the "en" locale, there was not enough space between a surah's ID and its name. This change fixes that.
This commit is contained in:
parent
7d3edd28ca
commit
47738b2937
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ body .root .content.theme {
|
||||||
span.id {
|
span.id {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 32px;
|
width: 45px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
|
Loading…
Reference in a new issue