You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
225 B
13 lines
225 B
table {
|
|
margin: 0 0 $size__spacing-unit;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
@include font-family( $font__heading );
|
|
|
|
td,
|
|
th {
|
|
padding: 0.5em;
|
|
border: 1px solid $color__text-light;
|
|
word-break: break-all;
|
|
}
|
|
}
|