Skip to content

Commit d185956

Browse files
committed
edit css for footer images
1 parent 7d9f574 commit d185956

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,13 @@ svg.profile-accounts__icon {
540540
margin: 0 auto;
541541
grid-auto-rows: min-content;
542542
column-gap: 2em;
543-
row-gap: 2em
543+
row-gap: 2em;
544+
justify-self: center;
545+
}
546+
547+
.grid-items img {
548+
border-radius: 0!important;
549+
max-width: 100%
544550
}
545551

546552
.grid-items__item {

0 commit comments

Comments
 (0)