Skip to content

Commit b3dca63

Browse files
committed
fix: minor css issue for bottom spacing on page
1 parent 8380dca commit b3dca63

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pages/diff/_diff.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</button>
2626
</template>
2727
</Navbar>
28-
<main class="h-full mt-24 xl:container">
28+
<main class="h-full xl:container">
2929
<div class="flex gap-4 mt-5">
3030
<div
3131
class="relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-sm max-h-screen--nav line-numbers min-h-80"

pages/index.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<template>
22
<div class="contents">
33
<Navbar />
4-
<main class="flex flex-wrap h-full mt-20 xl:container">
5-
<p class="w-full mb-2 text-xl text-center">
6-
Insert your data below to find the difference in them
7-
</p>
4+
<main class="flex flex-wrap h-full -mt-3 xl:container">
5+
<p class="w-full mb-2 text-xl text-center">Compare any text for diff</p>
86
<form @submit="checkForm" class="w-full h-full">
97
<div class="flex flex-wrap w-full h-full gap-4">
108
<textarea

0 commit comments

Comments
 (0)