diff --git a/Public/festival/assets/festival.css b/Public/festival/assets/festival.css index ebbd257..9705c63 100644 --- a/Public/festival/assets/festival.css +++ b/Public/festival/assets/festival.css @@ -364,6 +364,12 @@ input[type=text] { color: white; } +.scroll-content img { + width: 100%; + max-width: 320px; + border-radius: 10px; +} + @media only screen and (max-width: 767px) { .scroll-content { diff --git a/Public/festival/info.html b/Public/festival/info.html index 282b00e..045e600 100644 --- a/Public/festival/info.html +++ b/Public/festival/info.html @@ -24,7 +24,7 @@ - + @@ -68,10 +68,11 @@ Ist das eine Hochzeits-/Verlobungsfeier? Is this a wedding or proposal party? -
- Nein :) - No :) -
+ + + + +
Was soll ich schenken? Should I bring a gift? diff --git a/Public/festival/shutup.gif b/Public/festival/shutup.gif new file mode 100644 index 0000000..ce157f2 Binary files /dev/null and b/Public/festival/shutup.gif differ