mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
16 lines
261 B
CSS
16 lines
261 B
CSS
.header-container {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.play-button-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|