Skip to content

Commit f0e2769

Browse files
Fix responsiveness issues in home-view
Signed-off-by: Kiran Parajuli <[email protected]>
1 parent 36cc93c commit f0e2769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/HomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<section class="flex flex-col justify-center grow text-center h-full md:h-[90vh] px-4 sm:px-0">
2+
<section class="flex flex-col justify-center grow text-center min-h-[90vh] px-4 md:px-0">
33
<header class="mt-12 sm:mt-0 mb-12">
44
<h1 class="text-gradient max-w-[650px] mx-auto">Vue Formik: Making Forms a Breeze</h1>
55
<p class="text-lg">Vue Formik is a form library for Vue.js that helps you with your forms.</p>
@@ -24,7 +24,7 @@
2424
</section>
2525

2626
<section class="flex items-center justify-center mb-12 sm:mb-0">
27-
<ul class="flex flex-wrap gap-4 items-start text-start">
27+
<ul class="flex flex-wrap gap-4 items-start text-start justify-center">
2828
<li class="p-4 rounded max-w-[200px]">
2929
<h4 class="font-semibold mb-3">Battle Tested</h4>
3030
<p class="text-sm">

0 commit comments

Comments
 (0)