Skip to content

Commit 5143c54

Browse files
committed
fixes
1 parent 1cb9809 commit 5143c54

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

assets/scss/features.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
scale: 1.01;
268268

269269
animation: stage-scroll-effect linear;
270+
animation-duration: 1ms;
270271
animation-timeline: view();
271272
animation-range: exit -60px;
272273
}

assets/scss/layout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ footer {
274274
}
275275

276276
@media ($media-desktop) {
277+
.content-grid > section.narrow {
278+
grid-column: col-start 3 / col-end 10;
279+
}
280+
277281
.docs {
278282
display: grid;
279283
grid-column: full-width;
@@ -320,10 +324,6 @@ section.primary-1 {
320324
color: white;
321325
}
322326

323-
.content-grid > section.narrow {
324-
grid-column: col-start 3 / col-end 10;
325-
}
326-
327327
// Sidebar and TOC on mobile
328328

329329
input[name='mobile-menu'] {

0 commit comments

Comments
 (0)