From edc80f17fe8e55c1d3ae8aff9ae0f3630b359259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rkem?= Date: Fri, 2 May 2025 13:14:08 -0700 Subject: [PATCH] remove borders --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 53bfcc7..7962735 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ body { #safeArea{ margin-top:52px; - border: 1px solid gray; + /* border: 1px solid gray; */ display: none; justify-content: space-between; } @@ -48,7 +48,7 @@ body { margin-right: auto; width: 320px; height: 480px; - border: 1px solid white; + /* border: 1px solid white; */ overflow: hidden; }