From c01d6f3d2044e85add2bf461fdd611714ab25ea3 Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 22 Feb 2020 00:15:52 +0500 Subject: [PATCH] desktop event page --- public/assets/stylesheet/custom.css | 9 +++------ resources/views/desktop/Pages/EventPage.blade.php | 8 +++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/public/assets/stylesheet/custom.css b/public/assets/stylesheet/custom.css index 5801ba3e..2a9aab38 100644 --- a/public/assets/stylesheet/custom.css +++ b/public/assets/stylesheet/custom.css @@ -1265,12 +1265,9 @@ a:hover { background-color: #d33d33; } .details-image { - float: left; - width: 275px; - margin: 0 30px 20px 0; } - @media only screen and (max-width: 1440px) { - .details-image { - width: 200px; } } + + width: 100%; +} .outter-p { float: left; } diff --git a/resources/views/desktop/Pages/EventPage.blade.php b/resources/views/desktop/Pages/EventPage.blade.php index f5b62768..c701331a 100644 --- a/resources/views/desktop/Pages/EventPage.blade.php +++ b/resources/views/desktop/Pages/EventPage.blade.php @@ -27,12 +27,12 @@
@if($event->images->count()) - {{$event->title}} + {{$event->title}} @endif
-
+
{!! Markdown::parse($event->description) !!} @@ -40,9 +40,7 @@
-
- @include('desktop.Partials.Schedule') -
+ @include('desktop.Partials.Schedule')