mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-07 16:26:25 +00:00
improve pricing
This commit is contained in:
@@ -22,9 +22,7 @@ const {
|
||||
<Headline title={title} subtitle={subtitle} tagline={tagline} />
|
||||
<div class="flex items-stretch justify-center">
|
||||
<div
|
||||
class={`grid grid-cols-` +
|
||||
prices.length +
|
||||
` gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
|
||||
class={`grid grid-cols-1 gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
|
||||
prices.length +
|
||||
` xl:grid-cols-` +
|
||||
prices.length}
|
||||
|
||||
Reference in New Issue
Block a user