mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
18 lines
351 B
CSS
18 lines
351 B
CSS
.header-container {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
width: 100%;
|
|
max-width: var(--theme-content-max-width);
|
|
height: 100%;
|
|
padding: 0 var(--theme-spacing-sm);
|
|
}
|
|
|
|
.play-button-container {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|