Add buttons to actually send emails either the test address or mailing list

This commit is contained in:
2024-04-23 20:48:46 +01:00
parent 45d25d8990
commit ed872ddfa3
4 changed files with 159 additions and 32 deletions

View File

@@ -87,9 +87,14 @@ ul {
.row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.column {
padding: 0.5em;
border-color: #E8B;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}