Skip to content

Commit

Permalink
edit css for footer images
Browse files Browse the repository at this point in the history
  • Loading branch information
kylereddoch committed Dec 1, 2024
1 parent 7d9f574 commit d185956
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/kylestechkorner/css/kylestechkorner-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,13 @@ svg.profile-accounts__icon {
margin: 0 auto;
grid-auto-rows: min-content;
column-gap: 2em;
row-gap: 2em
row-gap: 2em;
justify-self: center;
}

.grid-items img {
border-radius: 0!important;
max-width: 100%
}

.grid-items__item {
Expand Down

0 comments on commit d185956

Please sign in to comment.