Skip to content

Commit

Permalink
Use grid for nav buttons and only flex for scroll buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sbachinin committed Aug 22, 2024
1 parent 3fe973e commit f2cfbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/styles/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

.navigation-button,
.scroll-button {
display: grid;
justify-content: center;
align-items: center;

Expand All @@ -27,6 +26,7 @@


.navigation-button {
display: grid;
&.left {
grid-column: 1;
}
Expand Down

0 comments on commit f2cfbb3

Please sign in to comment.