8 lines
71 B
SCSS
8 lines
71 B
SCSS
|
table {
|
||
|
margin: 0 0 1.5em;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
font-weight: bold;
|
||
|
}
|