File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ const options: VitePluginConfig = {
52
52
fontSize : {
53
53
'6xl' : [ '3.5rem' , '4rem' ]
54
54
} ,
55
+ breakpoints : {
56
+ xs : '640px' ,
57
+ sm : '768px' ,
58
+ md : '960px' ,
59
+ lg : '1280px'
60
+ } ,
55
61
colors : {
56
62
brand : 'var(--island-c-brand)' ,
57
63
'brand-light' : 'var(--island-c-brand-light)' ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export function Aside(
70
70
71
71
return (
72
72
< div flex = "~ col 1" >
73
- < div display = { `${ hasOutline ? 'block' : 'none' } ` } >
73
+ < div display = { `${ hasOutline ? 'lg: block' : 'none' } ` } >
74
74
< div
75
75
relative = ""
76
76
divider-left = ""
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export function Nav() {
57
57
} ;
58
58
59
59
return (
60
- < header relative = "" z = "2" fixed = "lg :~" className = "top-0 left-0" w = "100%" >
60
+ < header relative = "" z = "2" fixed = "md :~" className = "top-0 left-0" w = "100%" >
61
61
< div
62
62
relative = ""
63
63
p = "l-8 sm:x-8"
You can’t perform that action at this time.
0 commit comments