Skip to content

Commit

Permalink
Minor responsiveness fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Jan 16, 2024
1 parent 5091d59 commit 4dc8a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="static/css/style.css" type="text/css">
<link rel='stylesheet' href='static/css/TA.css' type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
Expand Down
Binary file modified static/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

body {
background-color: #FCFCFC !important;
touch-action: pan-y;
overflow-x: hidden;
}

input::placeholder {
Expand Down

0 comments on commit 4dc8a07

Please sign in to comment.