Customizing how data is displayed in the "details" page

Hi there,

I’m building a simple UI for a database, use case is: I want users to be able to access (read only) one of my datasets.

When clicking an entry in the table view, it opens a new “details” page, where all entry values are listed row by row. Great.
Is there a way to customize a little bit how those data are displayed, such as the size of the field name (which is very tiny, almost smaller than the field value itself)?
thanks