Skip to content

Commit

Permalink
Border
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Oct 24, 2023
1 parent e0aa222 commit 1a725d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ export default function AI() {
bg-slate-800/50 border-slate-700/30 rounded-lg border
m-auto
mt-8 mb-24
w-2/3
dispaly-none
lg:grid
lg:w-2/3
"
>
<CodeWindow
Expand All @@ -76,7 +78,9 @@ export default function AI() {
{/* Call out box: rapid development */}

<Container className="pt-6">
<GradientBox className="my-24 shadow-[0_10px_100px_0_rgba(52,211,153,0.2)]">
<GradientBox className="my-24 shadow-[0_10px_100px_0_rgba(52,211,153,0.2)]"
border="2px"
>
<div
className={`flex items-center justify-center bg-[#0a0a12] back rounded-t-md flex-col`}
>
Expand Down

0 comments on commit 1a725d9

Please sign in to comment.