We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b108be commit 28276aeCopy full SHA for 28276ae
desktop/desktop.scss
@@ -11,6 +11,25 @@ $sidebar-width: #{$sidebar_width}em;
11
max-height: 100%;
12
max-width: 100%;
13
object-fit: contain; // contains logo without squishing/stretching
14
+
15
+ body:not(.has-sidebar-page) & {
16
+ max-width: unset;
17
18
+ @include breakpoint("mobile-extra-large") {
19
+ max-width: 25vw;
20
+ }
21
22
+}
23
24
+.d-header #site-text-logo {
25
+ font-size: clamp(var(--font-0), 2.5vw, var(--font-up-2));
26
27
+ .has-sidebar-page & {
28
+ white-space: wrap;
29
+ line-height: var(--line-height-small);
30
31
+ @include line-clamp(2);
32
33
}
34
35
#main-outlet-wrapper {
@@ -147,7 +166,7 @@ $sidebar-width: #{$sidebar_width}em;
147
166
overflow: visible;
148
167
149
168
.title {
150
- flex: 1 0 auto;
169
+ flex: 1 1 auto;
151
170
152
171
153
172
0 commit comments