From 4a0c016d5056d02555f0c770ef1cea10e2150bad Mon Sep 17 00:00:00 2001 From: OliverParoczai Date: Thu, 1 Apr 2021 13:14:21 +0200 Subject: [PATCH] Fix mobile view --- events.php | 2 +- header.php | 6 +++--- schools.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/events.php b/events.php index 7a9d0e1..d0fe855 100644 --- a/events.php +++ b/events.php @@ -34,7 +34,7 @@ echo '
- '.$json[$i]["title"].'
'.$ownername.'
'.$json[$i]["description"].'
+ '.$json[$i]["title"].'
'.$ownername.'
'.$json[$i]["description"].'
'; } diff --git a/header.php b/header.php index 0ca12f0..bc19df9 100644 --- a/header.php +++ b/header.php @@ -1,6 +1,6 @@
- User + " width="48" height="48" alt="User" />
diff --git a/schools.php b/schools.php index cdc2b80..74092c7 100644 --- a/schools.php +++ b/schools.php @@ -22,7 +22,7 @@ - +
'.$json[$i]["name"].'
'.$json[$i]["location"].'
'.$fulltype.'
'.$json[$i]["name"].'
'.$json[$i]["location"].'
'.$fulltype.'
'; }