Compare commits
4 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aa2a57150 | ||
| 8113fd7d7d | |||
|
|
dce6ba68d8 | ||
| f87b5cc1dc |
@@ -54,7 +54,7 @@ const AboutFeaturesSplit = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-col md:flex-row md:items-stretch gap-5">
|
<div className="flex flex-col md:flex-row md:items-stretch gap-5">
|
||||||
<div className="flex flex-col justify-center gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 w-full md:w-4/10 2xl:w-3/10 card rounded">
|
<div className="flex flex-col justify-center gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 w-full md:w-4/10 2xl:w-3/10 card rounded bg-white/10 backdrop-blur-lg border border-white/20">
|
||||||
{items.map((item, index) => {
|
{items.map((item, index) => {
|
||||||
const ItemIcon = resolveIcon(item.icon);
|
const ItemIcon = resolveIcon(item.icon);
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
--background-accent: #6bbfb8;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 1rem;
|
--radius: 1.5rem;
|
||||||
|
|
||||||
/* @layout/content-width/medium */
|
/* @layout/content-width/medium */
|
||||||
--width-content-width: clamp(40rem, 72.5vw, 100rem);
|
--width-content-width: clamp(40rem, 72.5vw, 100rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user