6 lines
99 B
SCSS

nav.inline-nav {
ul, ol {
display: inline-block;
list-style-type: none;
}
}