How to manipulate column widths in two-col slidev slide layout?
This is my example slide:
---
layout: two-cols
layoutClass: gap-8
---
```js
function exampleSnippet() {
// some code
}
::right::
I only want some commentary on the right. This column should take 35% of slide width.
What is the best way to do this?