Skip to content

Commit

Permalink
Fix logos css
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotts committed Jul 19, 2024
1 parent b3305f9 commit cd777cb
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
justify-content: flex-start;
}

.flex.flex-col.justify-center.items-center {
flex-direction: column;
margin: auto 12px;
}

/* MISC - END */

/* GENERAL */
Expand Down Expand Up @@ -183,6 +178,22 @@ body.offcanvas #colorlib-aside,

/* ABOUT - END */

/* SKILLS */
.colorlib-skills div.flex {
flex-direction: column;
justify-content: space-between;
margin-right: 12px;
}

.colorlib-skills p {
text-align: center
}

.colorlib-skills .flex img {
align-self: center
}

/* SKILLS - END */

/* PROJECTS */

Expand Down

0 comments on commit cd777cb

Please sign in to comment.