diff --git a/src/styles/partials/_surah_names.scss b/src/styles/partials/_surah_names.scss index a19b36b31..e470dd85d 100755 --- a/src/styles/partials/_surah_names.scss +++ b/src/styles/partials/_surah_names.scss @@ -1,4 +1,5 @@ -[class^="icon-surah"], [class*=" icon-surah"] { +[class^="icon-surah"], +[class*=" icon-surah"] { font-family: 'surah_names' !important; speak: none; font-style: normal; @@ -7,6 +8,7 @@ text-transform: none; line-height: 1; font-size: 25px; + float: right; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; @@ -358,4 +360,3 @@ .icon-surah114:before { content: "\e972"; } -