CSS tweaks and fixes

This commit is contained in:
0x1eef 2023-10-28 10:40:48 -03:00
parent e134aa83c2
commit a534e2eb79
2 changed files with 1 additions and 11 deletions

View file

@ -26,17 +26,13 @@ body .root {
body .root .content {
margin: 0 auto;
height: 100%;
width: 80%;
width: 90%;
max-width: $max-width;
.row.details {
height: 30px;
}
@media screen and (max-width: $max-width) {
width: 350px;
}
h1 {
display: flex;
align-items: center;

View file

@ -4,12 +4,6 @@
body .root .content.theme {
ul.body.index {
overflow: auto;
li.surah {
width: 100%;
}
li.surah a {
display: flex;
justify-content: space-between;