From 9b8b034f872d257d5e6ab212f581606a4ec0cc12 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Thu, 1 Apr 2021 00:25:54 +0200 Subject: [PATCH] fixed mobile prezi image size --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0c25d30..1bb53be 100644 --- a/index.html +++ b/index.html @@ -442,11 +442,12 @@ margin-bottom: 10px; height: 60px ; } - .prezi iframe{ - height: 300px; + .prezi img{ + width: 350px; + height: auto; } .prezi { - height: 320px; + height: 200px; } .kontakt_items { height: 900px;