ensl.org/app/assets/stylesheets/pages/_matches.scss

24 lines
252 B
SCSS
Raw Normal View History

2014-04-13 11:16:51 +00:00
/*
Matches Listing
*/
2014-04-16 08:44:36 +00:00
table#matches {
width: 100%;
display: table;
2014-04-13 11:16:51 +00:00
table-layout: auto;
margin-bottom: em(20);
.opponent {
width: 30%;
}
.date,
.maps {
width: 20%;
}
.score {
width: 10%;
text-align: right;
}
}