mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 09:15:46 -06:00
fix: site rendering, fix SVG colors, remove header, viewport scaling, simplify
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
width="80"
|
width="80"
|
||||||
height="80"
|
height="80"
|
||||||
viewBox="0 0 250 250"
|
viewBox="0 0 250 250"
|
||||||
class="fill-yellow-400 text-white"
|
class="fill-yellow-400 [&>.octo-arm,.octo-body]:fill-black"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
>
|
>
|
||||||
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
||||||
@@ -46,16 +46,12 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="min-h-screen flex flex-col">
|
<div class="min-h-screen flex flex-col">
|
||||||
<header class="pt-10">
|
|
||||||
<h1 class="text-4xl arcade-title scaled-text">Pac-Man in Rust</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main class="flex-1 flex items-center justify-center px-4">
|
<main class="flex-1 flex items-center justify-center px-4">
|
||||||
<div class="w-full max-w-5xl">
|
<div class="w-full max-w-5xl">
|
||||||
<canvas
|
<canvas
|
||||||
id="canvas"
|
id="canvas"
|
||||||
oncontextmenu="event.preventDefault()"
|
oncontextmenu="event.preventDefault()"
|
||||||
class="block bg-black w-full max-w-[90vw] h-auto rounded-xl shadow-[inset_0_0_0_2px_rgba(255,255,255,0.12),0_10px_30px_rgba(0,0,0,0.8)]"
|
class="block w-full h-full max-h-[90vh] aspect-square"
|
||||||
></canvas>
|
></canvas>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user