BLOG-27 Add the different size shadows of the home page terminal #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLOG-27_the_shadow_of_the_home_page_terminal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Add the shadow(moblie: shadow-lg & desktop: shadow-xl) of the home page terminal
Package Changes
No response
Screenshots
Reference
Resolves #27
Checklist
BLOG-27 Add the shadow of the home page terminalto WIP: BLOG-27 Add the shadow of the home page terminalWIP: BLOG-27 Add the shadow of the home page terminalto BLOG-27 Add the shadow of the home page terminal@ -39,3 +39,3 @@
<div
ref={element}
className={`bg-true-gray-700 border-true-gray-800 flex w-full flex-col gap-y-1.5 rounded-2xl border-4 p-4 pb-28 font-mono font-medium text-gray-50 transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl ${isReady ? "opacity-100" : "opacity-0"}`}
className={`bg-true-gray-700 border-true-gray-800 flex w-full flex-col gap-y-1.5 rounded-2xl border-4 p-4 pb-28 font-mono font-medium text-gray-50 shadow-xl transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl ${isReady ? "opacity-100" : "opacity-0"}`}
Does it have different shadow size on different platforms?
Addressed in
7e1f4ea942
BLOG-27 Add the shadow of the home page terminalto BLOG-27 Add the different size shadows of the home page terminalBLOG-27 Add the different size shadows of the home page terminalto WIP: BLOG-27 Add the different size shadows of the home page terminalWIP: BLOG-27 Add the different size shadows of the home page terminalto BLOG-27 Add the different size shadows of the home page terminalLGTM.