I would like the width of the drawer size to 66.66vw.
How do I do this in a way that I dont have to modify the kirby root folder.
So it will be easy to update kirby in the future and me not overwriting my css fix for the drawer
.kirby-drawer {
flex-basis: 66.66vw;
}