mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 09:16:20 -06:00
Minor style improvements for canvas
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
@apply w-full h-full block mx-auto bg-black;
|
@apply w-full h-[65vh] min-h-[200px] block mx-auto bg-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code {
|
.code {
|
||||||
@apply px-1 rounded font-mono bg-zinc-900 border border-zinc-700
|
@apply px-1 rounded font-mono bg-zinc-900 border border-zinc-700 lowercase;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user