2020-08-07 09:24:01 +02:00
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2020-08-09 12:04:48 +02:00
|
|
|
align-content: center;
|
2020-08-18 09:51:32 +02:00
|
|
|
min-height: 80px;
|
2020-09-27 09:51:29 +02:00
|
|
|
align-self: stretch;
|
2020-08-07 09:24:01 +02:00
|
|
|
}
|