Fix up content

This commit is contained in:
jmsgrogan 2024-02-18 21:27:08 +00:00
parent 7ba077608c
commit 7de5cd52d2
7 changed files with 23 additions and 8 deletions

View file

@ -35,7 +35,8 @@ img {
margin:0 auto;
display: flex;
justify-content: center;
max-width:800px;
max-width:100%;
max-height:300px;
border-radius: 8px;
box-shadow: 0 4px 8px 0;
}
@ -146,7 +147,7 @@ input[type=submit] {
margin-top: 30px;
text-align: center;
font-size: 20px;
width: 50%;
width: 75%;
margin:0 auto;
font-family: GlacialIndifference;
}