Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
150 B
SCSS
Raw Normal View History

.c-navbar {
gap: 0.75rem;
&-container {
max-width: 100vw;
padding-inline: 0.25rem;
}
&__back-button {
align-self: stretch;
}
}