Fixed event form
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user