Skip to content

Commit

Permalink
group pages together
Browse files Browse the repository at this point in the history
  • Loading branch information
ojadeyemi committed May 6, 2024
1 parent 6c304d0 commit a60edbd
Show file tree
Hide file tree
Showing 18 changed files with 750 additions and 723 deletions.
14 changes: 1 addition & 13 deletions usport_flask_app/static/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,16 @@
}

.standings-team-logos {
@apply max-w-10 max-h-10 md:max-w-12 md:max-h-10 mx-6 px-1;
@apply max-w-10 max-h-10 md:max-w-12 md:max-h-10 px-1 mx-6 ;
}
.standings-table-rows {
@apply text-sm md:text-base text-center even:bg-slate-900;
}

.leaderboard-stats-subtitle {
@apply mb-4 mt-8 text-center text-xl font-bold;
}

.leaderboard-stats-table {
@apply mx-auto mb-5 w-full rounded-lg bg-slate-950 text-sm shadow-md md:w-3/4 md:text-base lg:w-3/5;
}

.leaderboard-stats-rows {
@apply even:bg-slate-900;
}

.leaderboard-stats-images {
@apply max-w-10 max-h-10 md:max-w-12 md:max-h-10 mx-6 px-1;
}

.glossary-titles {
@apply text-base md:text-lg font-semibold m-1;
}
Expand Down
Loading

0 comments on commit a60edbd

Please sign in to comment.