66 <main class =" text-gray-800 outline-none dark:text-gray-50" tabindex =" 0" >
77 <section >
88 <header >
9- <h1 class =" w-full mb-2 text-xl text-center " >
9+ <h1 class =" w-full mb-2 text-center text-md " >
1010 Find difference in any two text blocks and get easy sharable link
1111 </h1 >
12- <h2 class =" w-full mb-2 text-center text-md " >
12+ <h2 class =" w-full mb-2 text-sm text-center " >
1313 Don’t worry, We don’t store any of your data
1414 </h2 >
1515 </header >
201201 </div >
202202 </form >
203203 </main >
204+ <Footer />
204205 </div >
205206</template >
206207
@@ -214,8 +215,9 @@ import {
214215} from ' ../../helpers/utils'
215216import showTutorials from ' ../../helpers/driverjsTutorials'
216217import Navbar from ' ~/components/v2/navbar.vue'
218+ import Footer from ' ~/components/v2/footer.vue'
217219export default Vue .extend ({
218- components: { Navbar },
220+ components: { Navbar , Footer },
219221 layout: ' main' ,
220222 data() {
221223 return {
@@ -337,17 +339,18 @@ export default Vue.extend({
337339
338340<style scoped>
339341main {
340- @apply grid gap- 4 ;
342+ @apply grid gap- 2 ;
341343
344+ margin-top : 1rem ;
342345 grid-template-rows : 100px 1fr ;
343346 @media screen and (min-width : 768px ) {
344347 grid-template-rows : 60px 1fr ;
345348 }
346349}
347350.editor-wrapper {
348- max-height : calc (100vh - 20 rem );
351+ max-height : calc (100vh - 18 rem );
349352}
350353.editor {
351- max-height : calc (100vh - 21 rem );
354+ max-height : calc (100vh - 20 rem );
352355}
353356 </style >
0 commit comments