mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Leaderboard is now responsive yay
This commit is contained in:
@@ -11,24 +11,24 @@ body {
|
||||
}
|
||||
|
||||
.outer {
|
||||
width: 400px;
|
||||
max-width: 400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.player {
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.player .name {
|
||||
display: inline-block;
|
||||
width: 290px;
|
||||
font-size: 1.75em;
|
||||
width: 70%;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
.player .score {
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
width: 28%;
|
||||
text-align: right;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
@@ -49,7 +49,7 @@ body {
|
||||
border-style: dashed none none none;
|
||||
border-color: #ccc;
|
||||
border-width: 4px;
|
||||
margin: 50px 0;
|
||||
margin: 50px 10px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user