Clean images and case insensitive nav.

This commit is contained in:
jmsgrogan 2024-02-18 10:51:57 +00:00
parent 6464703381
commit 288759146c
7 changed files with 59 additions and 4 deletions

View file

@ -33,10 +33,9 @@ body {
img {
margin:0 auto;
width: 100%;
display: flex;
justify-content: center;
max-height:300px;
max-width:800px;
border-radius: 8px;
box-shadow: 0 4px 8px 0;
}
@ -107,6 +106,10 @@ ul {
list-style-position: inside;
}
ul li {
padding: 5px 0px;
}
.login-input{
margin-top: 30px;
text-align: center;