This commit is contained in:
Fred Boniface 2022-10-05 20:38:27 +01:00
parent 7d812b8488
commit dc5f165c82

View File

@ -9,7 +9,7 @@ body {
.titleimg { .titleimg {
width: 80%; width: 80%;
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 10px;
max-width: 500px; max-width: 500px;
transition: 0.2s; transition: 0.2s;
} }
@ -17,6 +17,7 @@ body {
.lookup-box { .lookup-box {
text-align: center; text-align: center;
border: black; border: black;
padding-top: 40px;
border-radius: 40px; border-radius: 40px;
padding: 10px; padding: 10px;
margin-bottom: 5px; margin-bottom: 5px;