diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index a369b7c..ff8c481 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -95,7 +95,7 @@
next_testimony()
window.setTimeout (->
dia_testimony()
- ), 5000
+ ), 7000
dia_testimony()
diff --git a/app/views/public/testimonies/show.html.haml b/app/views/public/testimonies/show.html.haml
index f9cb4be..acf5ed7 100644
--- a/app/views/public/testimonies/show.html.haml
+++ b/app/views/public/testimonies/show.html.haml
@@ -9,5 +9,5 @@
.author
=@testimony.author
-
+%p{:style => "clear:both;"}
=render @testimony.block
\ No newline at end of file