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-09-27 09:51:29 +02:00
|
|
|
align-self: stretch;
|
2022-12-27 01:57:59 +01:00
|
|
|
margin-bottom: 40px;
|
|
|
|
font-size: 18px;
|
2021-10-27 11:05:39 +02:00
|
|
|
font-weight: bold;
|
2022-12-27 01:57:59 +01:00
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header a {
|
|
|
|
color: var(--base600);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header a:hover {
|
|
|
|
color: var(--base900);
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 20px;
|
2020-08-07 09:24:01 +02:00
|
|
|
}
|