Skip to content

Commit 8925215

Browse files
committed
go button padding
1 parent 52d48d9 commit 8925215

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/app.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616
<div class="site-layout h-screen overflow-scroll">
17-
<div class="w-full py-4 flex flex-col lg:px-12 lg:px-2 mb-8">
17+
<div class="w-full py-4 flex flex-col lg:px-12 mb-8">
1818
<!-- Icon and Title Section -->
1919
<div class="flex items-center p-8 pl-[10%] justify-start">
2020
<img
@@ -80,7 +80,7 @@ <h1 class="text-3xl" style="font-family: 'Helvetica Neue', sans-serif">
8080
</mat-form-field>
8181
<button
8282
mat-button
83-
class="mt-6 flex items-center gap-2"
83+
class="mt-6 flex items-center gap-2 pr-4"
8484
(click)="onGoClick()"
8585
[disabled]="!formControls.prompt.value"
8686
>
@@ -90,7 +90,7 @@ <h1 class="text-3xl" style="font-family: 'Helvetica Neue', sans-serif">
9090
alt="Gemini Icon"
9191
class="w-6 h-6"
9292
/>
93-
<span class="m-2">Go</span>
93+
<span class="p-2">Go</span>
9494
</span>
9595
</button>
9696

0 commit comments

Comments
 (0)