diff --git a/.github/logo.svg b/.github/logo.svg
new file mode 100644
index 0000000..f77d39f
--- /dev/null
+++ b/.github/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 8b13789..4b5b12e 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
+
+
+
+
+
Rahoot
+
+Rahoot is a straightforward and open-source clone of the Kahoot! platform, allowing users to host it on their own server for smaller events.
+
+
+
+ Under development
+
diff --git a/src/components/game/states/Podium.jsx b/src/components/game/states/Podium.jsx
index 210d6f2..b959fb7 100644
--- a/src/components/game/states/Podium.jsx
+++ b/src/components/game/states/Podium.jsx
@@ -57,6 +57,9 @@ export default function Podium({ data: { subject, top } }) {
{
"opacity-100": apparition >= 3,
},
+ {
+ "md:min-w-64": top.length < 2,
+ },
)}
>