mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 03:11:40 +00:00
9 lines
117 B
CSS
9 lines
117 B
CSS
.container {
|
|
max-width: 100%;
|
|
margin: auto;
|
|
|
|
canvas {
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
}
|