From 0f8ed705907d0c3ba6cc38a2dcd031c43b8e5e16 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 21 Jun 2022 18:52:45 -0700 Subject: [PATCH] test htmls --- login.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/login.html b/login.html index 3a2c18f..eac1e09 100644 --- a/login.html +++ b/login.html @@ -39,5 +39,10 @@ padding-left: 0%; width: 380px; } +img { + max-width:80%; + height:auto; + max-height:100%; + } </style> {% endblock %} \ No newline at end of file -- GitLab