Skip to content

Commit 64e4c67

Browse files
committed
Fix: Improved mobile layout view
1 parent 7673c74 commit 64e4c67

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,8 @@ button[type="submit"] {
187187
transform: scale(1.03);
188188
}
189189

190+
@media only screen and (orientation: portrait) {
191+
.modal {
192+
width: 85%;
193+
}
194+
}

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, orientation=portrait">
56
<title>YAQA | Yet Another Quiz App</title>
67
<meta name="description" content="Simple yet powerfull open-source quiz application that generates quizzes from JSON data">
78
<meta name="keywords" content="open source quiz, quiz generator, json quiz, simple quiz app, quiz application, open-source software">

0 commit comments

Comments
 (0)