Skip to content

Commit ab33ddc

Browse files
committed
button rendering fix 4?
1 parent 2b1d613 commit ab33ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Button from "./Button.astro";
3232
padding: 6rem;
3333
}
3434

35-
.selaura-footer > section > button {
35+
.selaura-footer > section > .selaura-button {
3636
background-color: var(--selaura-light);
3737
color: var(--selaura-dark);
3838
border: none;

0 commit comments

Comments
 (0)