Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 9da89f1

Browse files
committed
Fix reponsiveness on iPhone 6s
1 parent a3deeec commit 9da89f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
latest
2-
0.3.5
2+
0.3.6
33
0.3
44
0

php/load/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ h1,h2,h3,h4{
2222
div#main{
2323
border: 1px solid black;
2424
margin:auto;
25-
min-width: 400px;
25+
min-width: 350px;
2626
max-width: 1600px;
2727
background-color: white;
2828
padding: 5px;
@@ -68,7 +68,7 @@ div#logoutbox{
6868

6969
table.accounttable, .form-group, .list-group{
7070
width: 100%;
71-
min-width: 395px;
71+
min-width: 345px;
7272
max-width: 800px;
7373
}
7474
table.accounttable th {

0 commit comments

Comments
 (0)