forked from emre/www_projectmycelium_com
refactor: adjust spacing and styling in compute pages
- Reduced vertical spacing between header and content sections for tighter layout - Changed border radius from rounded-3xl to rounded-md for consistent styling - Added hover effect with gradient background to architecture cards
This commit is contained in:
@@ -64,7 +64,7 @@ export function ComputeCodeTabs() {
|
||||
|
||||
return (
|
||||
<div className="sm:px-6 lg:px-0">
|
||||
<div className="relative isolate overflow-hidden bg-cyan-600 px-6 pt-8 sm:mx-auto sm:max-w-2xl sm:rounded-3xl sm:pt-16 sm:pr-0 sm:pl-16 lg:mx-0 lg:max-w-none">
|
||||
<div className="relative isolate overflow-hidden bg-cyan-600 px-6 pt-8 sm:mx-auto sm:max-w-2xl sm:rounded-md sm:pt-16 sm:pr-0 sm:pl-16 lg:mx-0 lg:max-w-none">
|
||||
|
||||
<div
|
||||
aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user