+
+
} />
+ } />
+ } />
} />
diff --git a/src/client/src/index.css b/src/client/src/index.css
index c69e8fa..65c7243 100644
--- a/src/client/src/index.css
+++ b/src/client/src/index.css
@@ -29,26 +29,25 @@ code {
}
.ListElement {
background-color: #073b4c;
- width: 100%;
+ width: 40vw;
height: 7vh;
display: grid;
+ flex-flow: row;
+ column-gap: 5vw;
grid-template-columns: 4fr 1fr 1fr;
margin-bottom: 5vh;
}
.Manage_Button {
background-color: #ef476f;
- display: inline;
- width: 100%;
+ width: 10vw;
height: 100%;
color: #eeeeee;
- padding-left: 5vh;
}
.Overview_Button {
background-color: #118ab2;
- display: inline;
- width: 100%;
+ width: 10vw;
height: 100%;
color: #eeeeee;
}
diff --git a/src/client/src/manage_tournament.js b/src/client/src/manage_tournament.js
index 0a24dc4..fcd5080 100644
--- a/src/client/src/manage_tournament.js
+++ b/src/client/src/manage_tournament.js
@@ -1,9 +1,11 @@
import * as React from "react";
import { BrowserRouter as Router, Link, Route, Routes } from "react-router-dom";
+import Home_Image from "./components/home_image";
export default function Tournament_Manager() {
return (
+
Tournament
;
+}