From 18d958858bddefab18a2cc215e2edac61f46022b Mon Sep 17 00:00:00 2001 From: Sen Manho Date: Wed, 18 May 2022 22:21:14 +0900 Subject: [PATCH] Adjust login page's style. --- oauth/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/oauth/style.css b/oauth/style.css index 5f1f1d9..2ba5037 100644 --- a/oauth/style.css +++ b/oauth/style.css @@ -47,12 +47,12 @@ table { #form_icon img { width: 100%; - max-width: 450px; + max-width: 150px; } #form_icon_prompt img { width: 50%; - max-width: 350px; + max-width: 150px; } @@ -63,7 +63,7 @@ table { justify-content: center; align-items: center; position: absolute; - transform: translate(-50%, 25%); + transform: translate(-50%, 8%); } /* Style input fields */ @@ -86,7 +86,7 @@ table { height: 60px; /* Make the borders more round */ - border-radius: 12px; + border-radius: 5px; width: 100%; } @@ -118,7 +118,7 @@ table { text-transform: capitalize; text-align: center; display: inline-block; - margin-top: 25%; + margin-top: 10%; margin-right: 2%; width: 50%; }