Adjust $max-width

This commit is contained in:
0x1eef 2023-10-24 02:19:37 -03:00
parent cb029d6b8a
commit e140d38931
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,5 @@
$black: #454545; $black: #454545;
$max-width: 1024px; $max-width: 856px;
html[lang="en"] { html[lang="en"] {
font-family: "Kanit Regular"; font-family: "Kanit Regular";

View file

@ -1,6 +1,5 @@
.root .content.theme.blue { .root .content.theme.blue {
@import "themes/blue/colors"; @import "themes/blue/colors";
.row.title { .row.title {
justify-content: center; justify-content: center;
} }
@ -26,9 +25,15 @@
} }
} }
.root .content.theme.blue.en {
@import "themes/blue/colors";
.row.details span {
color: $gold2;
}
}
.root .content.theme.blue.ar { .root .content.theme.blue.ar {
@import "themes/blue/colors"; @import "themes/blue/colors";
ul.body.index { ul.body.index {
li.surah a { li.surah a {
div:first-child .id { div:first-child .id {