mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
17 lines
308 B
CSS
17 lines
308 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 1rem;
|
|
}
|
|
|
|
.play-button-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|