From 6c2e39b25057a44b5445cc2c6f0db10d35d4133f Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Thu, 16 Jun 2022 12:37:07 -0700
Subject: [PATCH] test login

---
 login.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/login.html b/login.html
index 4095dc0..ce176be 100644
--- a/login.html
+++ b/login.html
@@ -19,8 +19,8 @@
         <p>
             After the login icon.<br>
         </p>
-        <p><img src="https://www.csusb.edu/sites/default/files/image-0034-min.png" alt="csusb_test_image" width="128" height="128">
-        </p>
+        <a><img src="https://www.csusb.edu/sites/default/files/image-0034-min.png" alt="csusb_test_image" width="128" height="128">
+        </a>
     </h4>
 </div>
 {% endblock %}
@@ -31,7 +31,6 @@
 #login-main {
     margin-top: 5%;
     margin-right: 20%;
-    <!-- {# margin-right is added since "Sign in with CILogon" is not aligned #} -->
     height: 100%;
 }
 </style>
-- 
GitLab