Little more compact and cleaner form inputs

This commit is contained in:
Claude Brisson
2024-04-11 18:47:20 +02:00
parent 755bee7558
commit 555c27275b
3 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,9 @@
flex-flow: column nowrap;
justify-content: space-between;
margin: 1px;
padding: 0.2em;
background-color: #eeeeee;
align-items: flex-start;
&.centered {
align-items: center;
}