Fixed event form

This commit is contained in:
Torsten Schulz
2024-07-09 18:17:33 +02:00
parent 1bc7339159
commit 2b9d11f849
4 changed files with 27 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ header {
display: flex;
flex-direction: column;
width: 100%;
background-color: #e0bfff;
background-color: #ffffff;
}
.header-title {
@@ -50,11 +50,14 @@ header {
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0.3em 0.5em;
padding: .3em .5em;
}
header h1 {
margin: 0;
flex: 1;
text-align: center;
text-shadow: 2px 2px 1px #e0bfff;
}
.reload-icon {