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