Skip to content

Commit 05d9058

Browse files
committed
horizontally center the projects grid on the page
Signed-off-by: HarHarLinks <[email protected]>
1 parent 1df8784 commit 05d9058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sass/_projects.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.projects-card-deck {
22
display: grid;
33
grid-template-columns: repeat(auto-fill, 17.6rem);
4+
justify-content: center;
45

56
@media (max-width: 767px) {
67
max-width: 17.6rem;

0 commit comments

Comments
 (0)