Fixed header styling #70

This commit is contained in:
Sven Heidemann 2022-10-16 14:49:46 +02:00
parent dbbd2b54c4
commit d5ad5ded88

View File

@ -38,7 +38,6 @@ header {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 0px 5px;
.p-button.p-button-text { .p-button.p-button-text {
border: none; border: none;
@ -55,6 +54,7 @@ header {
text-align: right; text-align: right;
flex: 1; flex: 1;
justify-content: flex-end; justify-content: flex-end;
margin: 0px 5px 0px 0px;
} }
.p-menu-overlay { .p-menu-overlay {