File tree 2 files changed +5
-2
lines changed
src/components/app/dashboard
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ export default async function TodaysQuestionBentoBox() {
70
70
</ div >
71
71
</ Link >
72
72
73
- < div className = "w-fit flex self-center relative -bottom-10 md :-bottom-20" >
73
+ < div className = "w-fit flex self-center relative -bottom-8 sm:-bottom-20 md:-bottom-8 lg :-bottom-20" >
74
74
< DatePicker
75
- className = "z-30 text-white bg-black-100 border border-black-50 p-2 rounded-md hover:cursor-default md :scale-[1.23]"
75
+ className = "z-30 text-white bg-black-100 border border-black-50 p-2 rounded-md hover:cursor-default xs:scale-100 sm:scale-125 md:scale-110 xl :scale-[1.23]"
76
76
color = "white"
77
77
type = "range"
78
78
value = { dateArray }
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ const config: Config = {
103
103
ring : 'hsl(var(--sidebar-ring))' ,
104
104
} ,
105
105
} ,
106
+ screens : {
107
+ xs : '380px' ,
108
+ } ,
106
109
container : {
107
110
center : true ,
108
111
padding : '2rem' ,
You can’t perform that action at this time.
0 commit comments