mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 23:04:40 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
13 lines
218 B
CSS
13 lines
218 B
CSS
.content-container {
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
|
|
.detail-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--theme-spacing-lg);
|
|
padding: 1rem 2rem 5rem;
|
|
overflow: hidden;
|
|
}
|