12 lines
79 B
SCSS
12 lines
79 B
SCSS
|
table {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
padding: 5px 0;
|
||
|
}
|