File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ export default function NoticeList({ search = '' }: { search?: string }) {
260260 </ div >
261261 </ div >
262262 { shouldShowEmpty && allNotices . length === 0 ? (
263- < div className = "flex h-500 items-center justify-center text-h3 text-black" >
263+ < div className = "flex h-728 w-964 items-center justify-center text-h3 text-black" >
264264 λ±λ‘λ κ²μλ¬Όμ΄ μμ΅λλ€.
265265 </ div >
266266 ) : (
267267 < >
268- < div className = "grid grid-cols-2 gap-x-8 gap-y-16 md:gap-x-14 md:gap-y-32 lg:grid-cols-3" >
268+ < div className = "grid h-728 grid-cols-2 gap-x-8 gap-y-16 md:gap-x-14 md:gap-y-32 lg:grid-cols-3" >
269269 { allNotices . map ( ( notice ) => (
270270 < div key = { notice . id } className = "block" >
271271 < Post data = { notice } />
You canβt perform that action at this time.
0 commit comments