diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue
index 89e633a..2ebe55d 100644
--- a/web/src/components/GameBoard.vue
+++ b/web/src/components/GameBoard.vue
@@ -99,6 +99,17 @@
>
{{ visible ? `Hide` : `Show` }} Past Questions
+
+
+
@@ -206,6 +217,16 @@ export default {
background: var(--board-background-moon), var(--board-background);
}
+#game-logo-link {
+ position: absolute;
+ z-index: 1;
+ top: 7px;
+ height: 10%
+}
+#game-logo {
+ height: 100%;
+}
+
h2 {
margin: 12px 0;
}