12 lines
129 B
SCSS
12 lines
129 B
SCSS
|
.contributing {
|
||
|
table th {
|
||
|
&:first-of-type {
|
||
|
width: 30%;
|
||
|
}
|
||
|
|
||
|
&:nth-of-type(2) {
|
||
|
width: 20%;
|
||
|
}
|
||
|
}
|
||
|
}
|