Fixed UI and conf template

This commit is contained in:
Djeex
2025-09-02 20:40:02 +02:00
parent 795f5fbd13
commit fd45ebbd53
6 changed files with 55 additions and 70 deletions

View File

@ -678,10 +678,11 @@ form button[type="submit"] {
border-radius: 30px;
padding: 12px 32px;
font-size: 1.1em;
margin: 0 0 45px 0;
margin: 16px 0 0 0;
cursor: pointer;
box-shadow: 0 4px 16px rgba(38,196,255,0.15);
transition: background 0.2s;
display: block;
}
form button[type="submit"]:hover {
@ -1020,13 +1021,13 @@ justify-content: center;
#menu-items-list > div {
flex-direction: column;
}
#stepper {
flex-direction: column;
form button[type="button"], form button[type="submit"], #stepper li {
width: 100%;
}
#stepper li {
width: 100%;
#stepper {
flex-direction: column;
}
.footer-container, .footer-links {