Fix kleine layoutissue met blogbalk

This commit is contained in:
2020-03-25 21:34:26 +01:00
parent 821e0687eb
commit 2233b0c3b0
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@
<div class="page">
<a name="top"></a>
@if($activeBlog != null)
<p style="border: solid 1px #1f3977; border-radius: 10px; padding: 0 10px 0.4em 10px; margin: 10px 0 0 0;">
<p style="float: left; border: solid 1px #1f3977; border-radius: 10px; padding: 0 10px 0.4em 10px; margin: 10px 0 10px 0; width: 100%;">
<b>Live-blog:</b> {{$activeBlog->title}}
<a href="{{$activeBlog->url}}" class="action_button" style="float: none; margin-left: 1em;"><span class="fa fa-rss"></span><span>Volg het live-blog</span></a>
</p>