mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
12 lines
218 B
CSS
12 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;
|
|
}
|