Skip to content

Commit 51c70d6

Browse files
Remove border radius
1 parent 760983b commit 51c70d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/summary-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded" rel="stylesheet">
2626

27-
<div class="flex items-center gap-4 p-4 bg-blue-light-500 rounded-md">
27+
<div class="flex items-center gap-4 p-4 bg-blue-light-500 rounded-none">
2828
<span class="text-base text-white">Available for:</span>
2929
{{ if .Get "subscription" }}
3030
<div class="flex items-center gap-2">

0 commit comments

Comments
 (0)