diff --git a/frontend/src/components/layouts/EventHomepage/EventInformation/EventInformation.module.scss b/frontend/src/components/layouts/EventHomepage/EventInformation/EventInformation.module.scss index 48009092..eb3e1519 100644 --- a/frontend/src/components/layouts/EventHomepage/EventInformation/EventInformation.module.scss +++ b/frontend/src/components/layouts/EventHomepage/EventInformation/EventInformation.module.scss @@ -76,7 +76,12 @@ .eventDescription { margin-bottom: 20px; + img { + max-width: 100%; + height: auto; + } + h2 { margin-top: 0; } -} \ No newline at end of file +}