diff --git a/Components/TeamCard.razor b/Components/TeamCard.razor index 6e67da9..4958417 100644 --- a/Components/TeamCard.razor +++ b/Components/TeamCard.razor @@ -25,7 +25,7 @@ else
- Back to Leaderboard + Back to Leaderboard
} diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 7685de4..4098b3a 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -10,7 +10,6 @@ body { a, .btn-link { color: #40525b; - margin-top: 20px; } a:hover, @@ -36,6 +35,10 @@ a:hover, border-color: transparent; } +.btn-go-back { + margin-top: 20px; +} + .dim { opacity: 0.5; @@ -277,7 +280,7 @@ app { max-width: 200px; } .score-board-img { - max-width: 150px; + max-width: 200px; margin-left: 5; } #blazor-error-ui {