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 584f645ab9
commit ea23419aac

View file

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