diff options
-rw-r--r-- | MobileCydia.app/error.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html index a68ff76..20fc24d 100644 --- a/MobileCydia.app/error.html +++ b/MobileCydia.app/error.html @@ -13,7 +13,8 @@ background-size: 7px 1px; display: table; font-family: Helvetica; - height: 337px; + height: 100%; + width: 100%; margin: 0; text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0 } @@ -21,9 +22,9 @@ div.page { display: table-cell; text-align: center; + width: 320px; margin: 0 auto; vertical-align: middle; - width: 320px; } div.title { |