Skip to content

Commit

Permalink
Hero: Make border around screenshot more visible
Browse files Browse the repository at this point in the history
Fixes #197
  • Loading branch information
ryelle committed Sep 28, 2023
1 parent 6a9183e commit 9afe885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
.is-section-site-hero & {
--wp--custom--wporg-site-screenshot--border--width: clamp(10px, calc(1.33vw - 1.33px), 20px);
--wp--custom--wporg-site-screenshot--border--radius: calc(clamp(10px, calc(1.33vw - 1.33px), 20px) * 2);
--wp--custom--wporg-site-screenshot--border--color: var(--wp--preset--color--charcoal-2);
--wp--custom--wporg-site-screenshot--border--color: var(--wp--preset--color--charcoal-3);
max-width: none;
}

Expand Down

0 comments on commit 9afe885

Please sign in to comment.