Skip to content

Commit b97e9ad

Browse files
committed
fix(site): thinner border
1 parent c20c436 commit b97e9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/layouts/AnimationLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const slideTextAnimation = {
5454
<style lang="postcss" is:global>
5555
.header-grid {
5656
--outer-border: 8px;
57-
--inner-border: 5px;
57+
--inner-border: 2px;
5858
--header-height: 68px;
5959
height: calc(100vh - var(--header-height));
6060
min-height: 400px;

0 commit comments

Comments
 (0)