From 040d6f3850a322502b3977b922a5b66f2f592b7a Mon Sep 17 00:00:00 2001
From: Matthew Patrick <Matthew.535200018@stu.untar.ac.id>
Date: Sun, 19 Sep 2021 15:58:34 +0700
Subject: [PATCH] register*.html - Optimized CSS to be a little shorter

---
 register-verification-completed.html | 5 +----
 register-verification-sent.html      | 5 +----
 register.html                        | 5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/register-verification-completed.html b/register-verification-completed.html
index aaf69a0..046e1fe 100644
--- a/register-verification-completed.html
+++ b/register-verification-completed.html
@@ -31,10 +31,7 @@
             position: center;
             margin: auto;
             text-align: center;
-            border-bottom-left-radius: 20px;
-            border-bottom-right-radius: 20px;
-            border-top-left-radius: 20px;
-            border-top-right-radius: 20px;
+            border-radius: 20px;
             background-color: #212226;
         }
 
diff --git a/register-verification-sent.html b/register-verification-sent.html
index 9094b2f..8ef65e9 100644
--- a/register-verification-sent.html
+++ b/register-verification-sent.html
@@ -31,10 +31,7 @@
             position: center;
             margin: auto;
             text-align: center;
-            border-bottom-left-radius: 20px;
-            border-bottom-right-radius: 20px;
-            border-top-left-radius: 20px;
-            border-top-right-radius: 20px;
+            border-radius: 20px;
             background-color: #212226;
         }
 
diff --git a/register.html b/register.html
index 823775c..e1f61d9 100644
--- a/register.html
+++ b/register.html
@@ -55,10 +55,7 @@
             position: center;
             margin: auto;
             text-align: center;
-            border-bottom-left-radius: 20px;
-            border-bottom-right-radius: 20px;
-            border-top-left-radius: 20px;
-            border-top-right-radius: 20px;
+            border-radius: 20px;
             background-color: #212226;
         }