mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
c1330d92b2
* mantine v8 migration * various design changes and improvements
7 lines
113 B
CSS
7 lines
113 B
CSS
.container {
|
|
display: flex;
|
|
height: 100%;
|
|
padding: 0.5rem 1rem;
|
|
border: 1px solid transparent;
|
|
}
|