From 2104dee1c10884d848e5b83a01176fb7a23229db Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 11 May 2020 11:26:17 +0200 Subject: [PATCH] fix exception in layout examle --- examples/layout-helpers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html index 6000485..82eeba0 100644 --- a/examples/layout-helpers.html +++ b/examples/layout-helpers.html @@ -48,9 +48,9 @@

Stacks multiple elements on top of each other, for use with fragments.


 					  
- - - + >img class="fragment" width="450" height="300" src="..."< + <img class="fragment" width="300" height="450" src="..."< + <img class="fragment" width="400" height="400" src="..."<