From ee010d9ecc4a0be830fdd9508a6bd6d3a3cc8446 Mon Sep 17 00:00:00 2001 From: fregante Date: Sat, 5 Oct 2024 17:58:32 +0700 Subject: [PATCH] Some changes --- ios/enable.html | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/ios/enable.html b/ios/enable.html index e92c26e..4643ec6 100644 --- a/ios/enable.html +++ b/ios/enable.html @@ -8,18 +8,20 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; display: flex; - justify-content: flex-start; - align-items: flex-end; - min-height: 100vh; - } - .content { + display: flex; + box-sizing: border-box; + height: 100dvh; + margin: 0; padding: 20px; - max-width: 70%; + justify-content: flex-start; + align-items: end; } .logo { width: 60px; height: 60px; - margin-bottom: 10px; + } + .content { + margin-bottom: 50px; } .instructions { font-size: 14px; @@ -29,21 +31,14 @@ .instructions li { margin-bottom: 5px; } - .arrow { + svg { width: 100px; height: 100px; } - - - - - - - - +