Could someone assist me in adjusting table cell sizes on rmakrdown? I attempted to add the following code, but it did not have any effect on the tables within the document:
<style type="text/css">
}
td { /* Table */
font-size: 12px;
border-collapse: collapse;
border-width:3px
}
</style>
The size of my tables is too large. Initially, I thought that changing the font size would solve the issue, however, this adjustment did not impact the table dimensions.