mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 23:44:04 +08:00
16 lines
165 B
SCSS
16 lines
165 B
SCSS
.c-navbar {
|
|
gap: 0.5rem;
|
|
|
|
&-container {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
&__back-button {
|
|
align-self: stretch;
|
|
}
|
|
|
|
&__title {
|
|
padding-left: 0.3rem;
|
|
}
|
|
}
|