How to manipulate column widths in two-col slidev slide layout?
09:48 06 Mar 2026

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?

r-markdown slidev