eurelien-cd28: remove forms borders on forms category cell (#57950)

This commit is contained in:
Nicolas Roche 2021-10-21 10:22:49 +02:00
parent 5624804fef
commit 24f0026b10
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ div.buttons {
font-size: 30px;
}
}
ul > li:not(:last-child) {
border: 0px;
}
}
@media screen and ($max-mobile-viewport) {
text-align: center;