Skip to content

Commit 8acd3b9

Browse files
committed
style(website): sharp-edge design (zero corner radius)
1 parent c91f8e8 commit 8acd3b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/src/layouts/Layout.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ const jsonLd = structuredData ?? defaultStructuredData;
165165
--space-3xl: 4.5rem;
166166
--space-4xl: 7rem;
167167

168-
--radius-sm: 3px;
169-
--radius-md: 8px;
170-
--radius-lg: 8px;
171-
--radius-xl: 8px;
168+
--radius-sm: 0;
169+
--radius-md: 0;
170+
--radius-lg: 0;
171+
--radius-xl: 0;
172172
--radius-full: 9999px;
173173

174174
--shadow-sm: 0 1px 2px rgba(5, 6, 4, 0.45);

0 commit comments

Comments
 (0)