Skip to content

Commit

Permalink
WIP - Update custom.css
Browse files Browse the repository at this point in the history
Trying to get the Cards to align
  • Loading branch information
webbpinner authored Jul 6, 2024
1 parent c7dc1d4 commit 43ebf3a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,29 @@
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
display: flex;
}
}

.tool-col {
padding-bottom: 0.5rem !important;
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
display: flex;
}

.tool-card {
width: 100%;
// border-color: $secondary;
.card-header {
padding-left: .5rem !important;
padding-bottom: .25rem !important;
padding-top: .25rem !important;
// text-transform: capitalize;
}
.card-body {
font-size: .8rem;
padding: .5rem;
// .data-name {
// text-transform: capitalize;
// }
}
}

0 comments on commit 43ebf3a

Please sign in to comment.