File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
service/frontend/src/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const fetchImages = async () => {
106106
107107
108108 return (
109- < div className = "container mx-auto p-4 " >
109+ < div className = "container mx-auto p-10 " >
110110 < h1 className = "text-3xl font-bold text-center mb-6 text-white" > Dungeon Management</ h1 >
111111
112112 { message && < div className = "bg-green-500 text-white p-3 rounded mb-4 text-center" > { message } </ div > }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const DungeonsPage = () => {
5050 } ;
5151
5252 return (
53- < div className = "container mx-auto p-4 " >
53+ < div className = "container mx-auto p-10 " >
5454 < h1 className = "text-3xl font-bold text-center mb-6 text-white" > Dungeons</ h1 >
5555
5656 { message && (
You can’t perform that action at this time.
0 commit comments