Skip to content

Commit a412afa

Browse files
committed
updated styling for button contianer
1 parent 01ab545 commit a412afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/styles/layout/_buttonsContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.buttons-container {
66
margin: 0 1% 0 1%;
77
display: grid;
8-
grid-template-columns: repeat(5, 1fr);
8+
grid-template-columns: repeat(4, 1fr);
99
grid-gap: 1%;
1010
padding: 1% 0 1% 0;
1111
}

0 commit comments

Comments
 (0)