mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-11 02:58:03 +08:00
Fixed styling issues on mobile
This commit is contained in:
parent
aa21a29dfc
commit
2d22e7b59b
@ -4,21 +4,21 @@
|
||||
<Heading2> Installed Vite plugins </Heading2>
|
||||
</div>
|
||||
<div class="flex flex-wrap -m-4">
|
||||
<div class="pr-4 py-4 md:w-1/3">
|
||||
<div class="pr-4 py-4 xs:pl-4 md:w-1/3 w-full">
|
||||
<Feature
|
||||
title="vite-plugin-vue2"
|
||||
text="Vue 2 support for Vite"
|
||||
url="https://github.com/underfin/vite-plugin-vue2"
|
||||
/>
|
||||
</div>
|
||||
<div class="p-4 md:w-1/3">
|
||||
<div class="p-4 md:w-1/3 w-full">
|
||||
<Feature
|
||||
title="vite-plugin-components"
|
||||
text="On demand components auto importing for Vite"
|
||||
url="https://github.com/antfu/vite-plugin-components"
|
||||
/>
|
||||
</div>
|
||||
<div class="pl-4 py-4 md:w-1/3">
|
||||
<div class="pl-4 py-4 xs:pr-4 md:w-1/3 w-full">
|
||||
<Feature
|
||||
title="vite-plugin-windicss"
|
||||
text="Windi CSS for Vit"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section
|
||||
class="text-gray-600 body-fontcontainer mx-auto flex py-12 md:flex-row flex-col items-center"
|
||||
class="text-gray-600 body-font container mx-auto flex py-12 md:flex-row flex-col items-center px-5"
|
||||
>
|
||||
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 mb-10 md:mb-0">
|
||||
<img
|
||||
|
Loading…
Reference in New Issue
Block a user