Skip to content

Commit

Permalink
Leaderboard is now on logged in front page
Browse files Browse the repository at this point in the history
  • Loading branch information
VemAak committed Oct 16, 2024
1 parent 0faf8ae commit 6133206
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/front_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
grid-template-areas:
"welcome"
"main-article"
"leaderboard"
"upcoming-events-1"
"upcoming-events-2"
"office"
Expand Down Expand Up @@ -103,6 +104,10 @@
grid-area: main-article;
}

.leaderboard {
grid-area: leaderboard;
}

.more-news-1 {
grid-area: more-news-1;
}
Expand Down

0 comments on commit 6133206

Please sign in to comment.