Minor fixes formatting document & table styling

This commit is contained in:
2022-08-08 18:45:03 +02:00
parent dc69b4086c
commit fde8fd9259
6 changed files with 28 additions and 71 deletions

View File

@@ -72,6 +72,18 @@ img {
}
}
.form {
> div,
> input,
> button {
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0px;
}
}
}
.flex {
display: flex;