mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix all pages main width
This commit is contained in:
@ -2,7 +2,7 @@ import clsx from 'clsx';
|
||||
|
||||
export default function FileContentLoading() {
|
||||
return (
|
||||
<div className={clsx('pb-4')}>
|
||||
<div className={clsx('pb-4 w-full')}>
|
||||
{/* Username */}
|
||||
<h1
|
||||
className={clsx(
|
||||
|
Reference in New Issue
Block a user