ensl.org/app/assets/stylesheets/pages/_matches.scss
2014-04-13 12:16:51 +01:00

22 lines
No EOL
214 B
SCSS

/*
Matches Listing
*/
#matches {
table-layout: auto;
margin-bottom: em(20);
.opponent {
width: 30%;
}
.date,
.maps {
width: 20%;
}
.score {
width: 10%;
text-align: right;
}
}