11 lines
160 B
SCSS
11 lines
160 B
SCSS
|
|
@import "foundation/base";
|
||
|
|
|
||
|
|
th[scope="row"] {
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media #{$medium-up} {
|
||
|
|
.inline-list li:nth-child(5) {
|
||
|
|
clear: left;
|
||
|
|
}
|
||
|
|
}
|