Skip to content

Commit 36e9124

Browse files
Gregg CochranCopilot
andcommitted
Fix GitHub casing: remove text-transform uppercase from buttons
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 751a49c commit 36e9124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
.btn{
225225
font-family:var(--font-display);font-size:.85rem;font-weight:700;
226226
padding:.85rem 2rem;border-radius:6px;cursor:pointer;
227-
transition:all .3s;text-transform:uppercase;letter-spacing:1px;
227+
transition:all .3s;letter-spacing:1px;
228228
display:inline-flex;align-items:center;gap:.5rem;
229229
}
230230
.btn-primary{

0 commit comments

Comments
 (0)