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
584f645ab9
commit
ea23419aac
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ body .root .content.theme {
|
|||
span.id {
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
width: 45px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
|
|
Loading…
Reference in a new issue