Skip to content

Commit 56230fb

Browse files
Move shortcuts to top of container (#362)
* Move shortcuts to top of container * Fix too --------- Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
1 parent 7a2356e commit 56230fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/theme-css/shortcuts.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#shortcuts-container {
22
position: sticky;
33
align-self: flex-start;
4-
margin-top: 3rem;
5-
top: 9rem; /* top + 3rem */
4+
top: 5rem;
65
width: 100%;
76
max-width: 150px;
87
}

0 commit comments

Comments
 (0)