nam
09/20/2022, 9:46 AMcustom.css
as described in https://wiki.dendron.so/notes/jknrdi492m8nhq7mw4faydu/ and starting with the following styles you get a direction for what you are looking for.
```css
.ant-menu {
font-size: 20px;
}
.site-layout-sidebar {
width: auto !important;
padding-left: 0 !important;
}
``