File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 93
93
94
94
< nav
95
95
aria-label ="Primary navigation "
96
- class ="flex items-center justify-between mx-auto animate-kids fade-in-y h-header-height max-w-content px-page-gutter "
96
+ class ="flex flex-wrap items-center justify-between mx-auto animate-kids fade-in-y h-header-height max-w-content px-page-gutter "
97
97
style ="--from: -10px; --delay: 5 "
98
98
>
99
- < a href ="# " aria-label ="Goto top of the page ">
99
+ < a href ="# " aria-label ="Goto top of the page " class =" mt-12 xs:mt-0 " >
100
100
< span class ="sr-only "> Goblin</ span >
101
101
< svg
102
102
width ="37 "
131
131
</ svg >
132
132
</ a >
133
133
134
- < div class ="flex items-center gap-2 ">
134
+ < div class ="flex flex-col items-end gap-2 mt-4 ml-auto xs:flex-row xs:items-center ">
135
135
< a
136
136
href ="https://github.com/barelyhuman/goblin/issues "
137
137
class ="flex gap-1.5 items-center px-1 py-0.5 text-sm font-medium rounded transition text-subtle hover:bg-surface hover:text-text "
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ module.exports = {
3
3
content : [ "./pages/**/*.{html,md}" ] ,
4
4
theme : {
5
5
extend : {
6
+ screens : {
7
+ xs : "420px" ,
8
+ } ,
6
9
spacing : {
7
10
"page-top" : "var(--page-top)" ,
8
11
"page-gutter" : "var(--page-gutter)" ,
You can’t perform that action at this time.
0 commit comments