mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Design improvements for downloadSvg & svgCard components
This commit is contained in:
@@ -110,8 +110,8 @@
|
||||
|
||||
<div
|
||||
class={cn(
|
||||
'flex flex-col space-y-2 mt-4',
|
||||
'md:space-y-0 md:flex-row md:space-x-4 md:items-center md:justify-center'
|
||||
'flex flex-col space-y-2 mt-4 h-full',
|
||||
'md:space-y-0 md:flex-row md:space-x-2 md:items-center md:justify-center'
|
||||
)}
|
||||
>
|
||||
<div class={cardDownloadStyles}>
|
||||
@@ -193,7 +193,7 @@
|
||||
<img
|
||||
src={isDarkTheme() ? svgInfo.wordmark.dark : svgInfo.wordmark.light}
|
||||
alt={svgInfo.title}
|
||||
class="h-8 my-4"
|
||||
class="h-10 my-4"
|
||||
/>
|
||||
<button
|
||||
title="Download Wordmark light variant"
|
||||
|
||||
Reference in New Issue
Block a user