We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764ec51 commit 9b9a6b8Copy full SHA for 9b9a6b8
_sass/layout.scss
@@ -1183,6 +1183,17 @@ blockquote.font12em {
1183
margin-left: auto;
1184
}
1185
1186
+@media (min-width: 768px) {
1187
+ .bd-sidebar__toggle {
1188
+ display: none !important;
1189
+ }
1190
+
1191
+ .bd-sidebar__head .d-flex.flex-wrap {
1192
+ min-height: 0;
1193
+ margin-bottom: 0.75rem;
1194
1195
+}
1196
1197
.bd-sidebar__head .btn-secondary:active,
1198
.bd-sidebar__head .btn-secondary:focus,
1199
.bd-sidebar__head .btn-secondary.show {
@@ -1242,7 +1253,7 @@ blockquote.font12em {
1242
1253
1243
1254
1244
1255
.bd-sidebar__head {
1245
- height: 8rem;
1256
+ height: auto;
1246
1257
padding: 0.8rem 15px 0;
1247
1258
border-bottom: 1px solid #e8e8e8;
1248
1259
0 commit comments