Prefer a fixed image size to avoid layout changes during loading

This commit is contained in:
Alessandro Pignotti 2024-10-18 12:46:25 +02:00
parent e28cf214df
commit 7bf9990995

View file

@ -1,5 +1,5 @@
<h1 class="text-lg font-bold">Information</h1>
<img src="assets/webvm_hero.png" alt="WebVM Logo" class="w-full self-center">
<img src="assets/webvm_hero.png" alt="WebVM Logo" class="w-56 h-56 object-contain self-center">
<p>WebVM is a virtual Linux environment running in the browser via WebAssembly</p>
<p>It is based on:</p>
<ul class="list-disc list-inside">