mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
11 lines
148 B
CSS
11 lines
148 B
CSS
.container {
|
|
z-index: 50;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: auto;
|
|
|
|
canvas {
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
}
|