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:
0x1eef 2023-11-20 19:16:41 -03:00
parent 7d3edd28ca
commit 47738b2937

View file

@ -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;