Skip to content

Commit

Permalink
CSS cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 21, 2024
1 parent cd84bc7 commit 4a4d721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10847,6 +10847,11 @@ a.blog-item-more:hover{
border: 1px solid var(--color-dark-1);
}

/* Contributions Slider */
#metrics .features-item {
margin: auto;
}

/* Features slider */
.item-carousel .owl-prev{
left: -30px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ <h3 style="text-align:center;width:100%;">Pulls</h3>
<div class="row mt-50">
<h3 style="text-align:center;width:100%;">Contributions</h3>
<div class="wow fadeInUp">
<div class="fullwidth-gallery owl-carousel">
<div class="fullwidth-slider owl-carousel">
<!-- uBlue Main -->
<div class="features-item">
<div class="features-title">
Expand Down

0 comments on commit 4a4d721

Please sign in to comment.