From c6980ff71db170a14611116d27918eb1488debe7 Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Sat, 9 Feb 2019 14:54:03 -0600 Subject: [PATCH] time to actually start making this look legit --- website/public/profile/index.html | 6 +++--- website/public/style.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) 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 {