From 45c76fc850c3989345a8400298c9f7d594e9414b Mon Sep 17 00:00:00 2001 From: marko Date: Mon, 27 Dec 2021 13:15:06 +0100 Subject: [PATCH] redesign app structuring --- homepage/participo/css/participo.css | 5 ++ homepage/participo/index.php | 89 +++++++++++++++++++-------- homepage/participo/shared/imports.php | 4 +- 3 files changed, 72 insertions(+), 26 deletions(-) diff --git a/homepage/participo/css/participo.css b/homepage/participo/css/participo.css index abe6b04..af93700 100644 --- a/homepage/participo/css/participo.css +++ b/homepage/participo/css/participo.css @@ -9,3 +9,8 @@ header, main, footer { padding-left: 0; } } + +.card video{ + width: 100%; + max-width: 100%; +} diff --git a/homepage/participo/index.php b/homepage/participo/index.php index def6ef2..cea2a30 100644 --- a/homepage/participo/index.php +++ b/homepage/participo/index.php @@ -124,6 +124,8 @@ function getHtmlEventTable($eventList){ }); + + participo @@ -132,11 +134,13 @@ function getHtmlEventTable($eventList){ -
- +