snapsteps/src/components/navbar/guide-list/GuideList.css
johannes-hernehult 53969472b7 Refactor navigation and update global CSS
* Move nav elements to a new Navbar component
* Update CSS variables to oklch format
* Add standard button utility classes
* Remove nested nav styles from App.css
2026-07-08 21:32:46 +02:00

8 lines
190 B
CSS

.guide-list {
list-style: none;
padding: 0;
margin-top: var(--size-sm);
display: flex;
flex-direction: column;
gap: var(--size-sm);
}