diff --git a/website/public/profile/index.html b/website/public/profile/index.html index 7698d8a9..27f5ff77 100644 --- a/website/public/profile/index.html +++ b/website/public/profile/index.html @@ -16,9 +16,9 @@
× Profile - Team - Scout Matches - Torunament Stats + Team + Scout Matches + Torunament Stats
diff --git a/website/public/style.css b/website/public/style.css index 58dc9078..0dacd160 100644 --- a/website/public/style.css +++ b/website/public/style.css @@ -13,6 +13,11 @@ table{ } td{ text-align: left; + margin: 10px; +} +#newEM, #newDN{ + border: 3px black; + font-family: 'Roboto', sans-serif; } /* The side navigation menu */ .sidenav {