13 lines
160 B
CSS
13 lines
160 B
CSS
/* Custom table styling */
|
|
table {
|
|
margin-bottom: 24px;
|
|
width: 100%;
|
|
}
|
|
th {
|
|
background-color: #f0f0f0;
|
|
padding: 6px;
|
|
}
|
|
td {
|
|
padding: 6px;
|
|
}
|