Skip to content

Commit 57fe4f7

Browse files
committed
feat(css): update styles to unstick search bar and align ol
1 parent 83d1ab3 commit 57fe4f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/minimal-mistakes/_pyos-dropdown.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ drop shadow
349349
/* Positioned by burger
350350
TODO: might be better within the drop down??*/
351351
.search__toggle {
352-
position: fixed;
353-
right: 20%;
352+
position: absolute;
353+
right: -6%;
354354
font-size: 1.4em;
355355
top: 3%;
356356
}

_sass/minimal-mistakes/_pyos-main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ h2.clearall {
188188
max-width: 90%!important;
189189
}
190190
ol {
191-
font-size: 1.3em;
191+
font-size: 1em;
192192

193193
}
194194
}

0 commit comments

Comments
 (0)