mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 05:02:19 +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>
|
||||
</div>
|
||||
<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
|
||||
title="vite-plugin-vue2"
|
||||
text="Vue 2 support for Vite"
|
||||
url="https://github.com/underfin/vite-plugin-vue2"
|
||||
/>
|
||||
</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
|
||||
title="vite-plugin-components"
|
||||
text="On demand components auto importing for Vite"
|
||||
url="https://github.com/antfu/vite-plugin-components"
|
||||
/>
|
||||
</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
|
||||
title="vite-plugin-windicss"
|
||||
text="Windi CSS for Vite"
|
||||
url="https://github.com/windicss/vite-plugin-windicss"
|
||||
/>
|
||||
</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
|
||||
title="vite-plugin-icons"
|
||||
text="Access thousands of icons as Vue components in Vite"
|
||||
|
Loading…
Reference in New Issue
Block a user