forked from Bunteshaus/bunteshaus.de
26 lines
448 B
CSS
26 lines
448 B
CSS
|
#headerinner {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
background-color: #741e94;
|
||
|
background: url(/images/logo_back_full.svg);
|
||
|
padding: .2rem;
|
||
|
padding-right: .7rem;
|
||
|
}
|
||
|
|
||
|
|
||
|
details {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
summary {
|
||
|
background-color: var(--background-alt);
|
||
|
padding-bottom: .2rem;
|
||
|
padding-top: .2rem;
|
||
|
list-style: none;
|
||
|
text-align: right;
|
||
|
}
|