suppression lien tuto html inscription

This commit is contained in:
Valentin 2024-04-10 12:48:33 +02:00
parent 1b9e835792
commit 0dbd73ffe0
3 changed files with 8 additions and 1 deletions

View File

@ -1302,6 +1302,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
padding-right: 0.5rem;
}
#edit-field-description-0-format {
display: none;
}
/* PAGES */
.home_introduction {
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -69,4 +69,7 @@ main.main-login, main.main-user, main.main-register, main.main-contact, main.mai
padding-right: 0.5rem;
}
}
}
#edit-field-description-0-format {
display: none;
}