fixed registration bugs

This commit is contained in:
Jottyfan
2024-05-28 23:24:45 +02:00
parent 8522def65c
commit b10765fe89
10 changed files with 32 additions and 22 deletions

View File

@ -452,8 +452,8 @@ div {
background-image: url(/CampOrganizer2/images/indexback.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
min-width: 100vw;
height: 100vh;
margin: 0px !important;
padding: 100px;
}