2021-08-20 23:21:47 +02:00
|
|
|
header.brand {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Main brand title */
|
|
|
|
header.brand h1 {
|
2023-04-17 19:01:23 +02:00
|
|
|
margin: 0 0 0.5em 0;
|
2021-08-20 23:21:47 +02:00
|
|
|
font-weight: 400;
|
2022-02-18 10:46:51 +01:00
|
|
|
font-size: 3em;
|
2021-08-20 23:21:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
header.brand h2 {
|
2023-04-17 19:01:23 +02:00
|
|
|
margin: 1rem 0;
|
2021-08-20 23:21:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
header.brand hr {
|
2023-04-17 19:01:23 +02:00
|
|
|
// border-color: rgb(152, 152, 146);
|
2021-08-20 23:21:47 +02:00
|
|
|
}
|