improve layout on mobile

This commit is contained in:
0x1eef 2022-11-02 07:26:58 -03:00
parent 5abd0d00a6
commit bc6f6f4617
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,10 @@ body {
margin: 0 auto;
width: 450px;
@media screen and (max-width: 450px) {
width: 350px;
}
.flex-row {
display: flex;
flex-direction: row;

View file

@ -3,6 +3,7 @@
<head>
<title>Al-Quran: Loading</title>
<link rel="stylesheet" href="/css/surah.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="surah"></div>