mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 13:12:18 +08:00
fix: improved feature alignment for md and lg screens
This commit is contained in:
parent
75fc39b772
commit
a5f48a65f5
@ -14,28 +14,28 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-wrap -m-4">
|
<div class="flex flex-wrap -m-4">
|
||||||
<div class="w-full py-4 pr-4 xs:pl-4 md:w-1/3">
|
<div class="w-full py-4 pr-4 xs:pl-4 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/3">
|
<div class="w-full p-4 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/3">
|
<div class="w-full py-4 pl-4 xs:pr-4 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/3">
|
<div class="w-full py-4 pl-4 xs:pr-4 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