File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ $sidebar-width: #{$sidebar_width}em;
11
11
max-height : 100% ;
12
12
max-width : 100% ;
13
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
+ }
14
33
}
15
34
16
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
You can’t perform that action at this time.
0 commit comments