Skip to content

Commit

Permalink
change view-more projects
Browse files Browse the repository at this point in the history
fix issue with projects not scrolling correctly with the button margin
  • Loading branch information
Irtiza90 committed Aug 15, 2024
1 parent 747ad6f commit b943e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ article {
position: relative;

#projects-container {
.project-wrapper:last-child {
margin-bottom: 1rem !important;
.about-containers {
position: relative;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 class="experience-sub-title project-title">{{ project.title }}</h2>
<!-- /projects -->
</div>

<a href="{{ site.github_url }}?tab=repositories" target="_blank" rel="noopener nofollow" class="btn btn-color-1 mx-auto view-more-proj-btn" style="margin-bottom: 8rem;">
<a href="https://github.com/Irtiza90?tab=repositories" target="_blank" rel="noopener nofollow" class="btn btn-color-1 mx-auto view-more-proj-btn" style="margin-bottom: 8rem;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);">
View More
</a>
</div>
Expand Down

0 comments on commit b943e56

Please sign in to comment.