mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 21:22:18 +08:00
style: fixed styles in feature section
This commit is contained in:
parent
7c3c055600
commit
206e6559d9
@ -13,29 +13,29 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-wrap -m-4">
|
<div class="flex flex-wrap -m-2">
|
||||||
<div class="w-full py-4 pr-4 xs:pl-4 md:w-1/2 lg:w-1/4">
|
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
|
||||||
<Feature
|
<Feature
|
||||||
title="vite-plugin-vue2"
|
title="vite-plugin-vue2"
|
||||||
text="Vue 2 support for Vite"
|
text="Vue 2 support for Vite"
|
||||||
url="https://github.com/underfin/vite-plugin-vue2"
|
url="https://github.com/underfin/vite-plugin-vue2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full p-4 md:w-1/2 lg:w-1/4">
|
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
|
||||||
<Feature
|
<Feature
|
||||||
title="vite-plugin-components"
|
title="vite-plugin-components"
|
||||||
text="On demand components auto importing for Vite"
|
text="On demand components auto importing for Vite"
|
||||||
url="https://github.com/antfu/vite-plugin-components"
|
url="https://github.com/antfu/vite-plugin-components"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full py-4 pl-4 xs:pr-4 md:w-1/2 lg:w-1/4">
|
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
|
||||||
<Feature
|
<Feature
|
||||||
title="vite-plugin-windicss"
|
title="vite-plugin-windicss"
|
||||||
text="Windi CSS for Vite"
|
text="Windi CSS for Vite"
|
||||||
url="https://github.com/windicss/vite-plugin-windicss"
|
url="https://github.com/windicss/vite-plugin-windicss"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full py-4 pl-4 xs:pr-4 md:w-1/2 lg:w-1/4">
|
<div class="w-full p-2 md:w-1/2 lg:w-1/4">
|
||||||
<Feature
|
<Feature
|
||||||
title="vite-plugin-icons"
|
title="vite-plugin-icons"
|
||||||
text="Access thousands of icons as Vue components in Vite"
|
text="Access thousands of icons as Vue components in Vite"
|
||||||
|
Loading…
Reference in New Issue
Block a user