Skip to content

Commit

Permalink
fix(site): thinner border
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 29, 2024
1 parent c20c436 commit b97e9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/layouts/AnimationLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const slideTextAnimation = {
<style lang="postcss" is:global>
.header-grid {
--outer-border: 8px;
--inner-border: 5px;
--inner-border: 2px;
--header-height: 68px;
height: calc(100vh - var(--header-height));
min-height: 400px;
Expand Down

0 comments on commit b97e9ad

Please sign in to comment.