File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ const {{.Name}}: React.FC = () => {
37
37
}
38
38
39
39
return (
40
- <div class ="bg-gray-100 flex items-center justify-center h-screen">
41
- <div class ="bg-white p-8 rounded-lg shadow-lg w-96">
40
+ <div className ="bg-gray-100 flex items-center justify-center h-screen">
41
+ <div className ="bg-white p-8 rounded-lg shadow-lg w-2/6 min- w-96">
42
42
<h1 className="text-3xl text-center">{{.Name | toSpaceDelimited | toTitle}}</h1>
43
43
{message && <p className="text-blue-500 text-center">{message}</p>}
44
44
<form onSubmit={submit}>
Original file line number Diff line number Diff line change 6
6
7
7
templ {{.Name}}(data res.TemplateData) {
8
8
<div class="bg-gray-100 flex items-center justify-center h-screen">
9
- <div class="bg-white p-8 rounded-lg shadow-lg w-96">
9
+ <div class="bg-white p-8 rounded-lg shadow-lg w-2/6 min-w- 96">
10
10
<h1 class="text-3xl text-center">{{.Name | toTitle}}</h1>
11
11
<form action="{{.Route}}" method="POST" enctype="multipart/form-data">
12
12
@csrf()
You can’t perform that action at this time.
0 commit comments