mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
22 lines
214 B
SCSS
22 lines
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;
|
||
|
}
|
||
|
}
|