diff --git a/event.css b/event.css index 9dfbec4..db80d97 100755 --- a/event.css +++ b/event.css @@ -43,4 +43,11 @@ h1 img background-image: url("images/OSM.svg"); background-repeat: no-repeat; background-position: center; + border: 0px; + overflow: hidden; + margin:0; +} + +#image img { + width: 100%; } diff --git a/event.php b/event.php index 5c10fa6..228be42 100755 --- a/event.php +++ b/event.php @@ -30,7 +30,7 @@ $dtend = strtotime($event['event_dtend']);