1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: leaderboard ui on small screens

This commit is contained in:
Ferdinand Mütsch
2023-01-07 23:59:21 +01:00
parent 75cc071222
commit 0cb1afc5b5
4 changed files with 8 additions and 5 deletions

View File

@@ -5,6 +5,9 @@ module.exports = {
extend: {
colors: {
green: colors.emerald,
},
width: {
'16': '4rem',
}
}
},