add maxwidth

This commit is contained in:
Yannik Schmidt
2019-06-12 23:58:20 +02:00
parent cb7fce21b0
commit 3d34987b05

View File

@@ -58,6 +58,7 @@ body{
/* #################### LEADERBOARDS ##################### */ /* #################### LEADERBOARDS ##################### */
.leaderboard-container{ .leaderboard-container{
width: 80%; width: 80%;
max-width: 800px;
margin-top: 60px; margin-top: 60px;
margin-bottom: 50px; margin-bottom: 50px;
margin-left: auto; margin-left: auto;