File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,10 @@ export function Card(props: {
112
112
) }
113
113
< Text
114
114
as = "div"
115
- size = "6"
115
+ size = { {
116
+ initial : "4" ,
117
+ lg : "6" ,
118
+ } }
116
119
weight = "bold"
117
120
truncate
118
121
color = "gray"
@@ -125,7 +128,10 @@ export function Card(props: {
125
128
{ props . subtitle && (
126
129
< Text
127
130
as = "div"
128
- size = "5"
131
+ size = { {
132
+ initial : "2" ,
133
+ lg : "5" ,
134
+ } }
129
135
color = "gray"
130
136
truncate
131
137
className = "dark text-(--accent-a11)"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export function Header(props: { theme?: ThemeType }) {
66
66
justify = { "between" }
67
67
align = { "center" }
68
68
columns = "3"
69
- className = "initial: my-6 initial: mb-[3rem] my-9 items-center rounded-(--radius-2) border-t border-r border-b border-l border-(--accent-4) px-6 py-5 print:hidden"
69
+ className = "my-9 mb-[3rem] items-center rounded-(--radius-2) border-t border-r border-b border-l border-(--accent-4) px-6 py-5 print:hidden"
70
70
style = { {
71
71
...getSurfaceStyle ( ) ,
72
72
} }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export function HomeRoute(props: {
87
87
width = { "40%" }
88
88
justify = "center"
89
89
align = { "center" }
90
- className = "initial:hidden relative md:flex"
90
+ className = "relative hidden md:flex"
91
91
>
92
92
< Box
93
93
className = "animate-blur absolute z-[-1] hidden h-[calc(100%+4rem)] w-[calc(100%+4rem)] rounded-lg opacity-60 dark:block"
You can’t perform that action at this time.
0 commit comments