0.4.2-devel #34

Merged
fred.boniface merged 21 commits from 0.4.2-devel into online 2022-10-05 21:09:38 +01:00
Showing only changes of commit dc5f165c82 - Show all commits

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;