Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed May 15, 2024
1 parent 1168367 commit 794927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ footer h5 {

/* testimonials */
#testimonials {
padding: 0.5em 0 0.5em 0;
padding-top: 0.5em;
}

.testimonial {
Expand Down
2 changes: 1 addition & 1 deletion inc/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ window.addEventListener('load', function() {
});

/* carousel */
window.addEventListener('load', function() {
document.addEventListener('DOMContentLoaded', function() {
const glider = new Glider(document.querySelector('.glider'), {
slidesToShow: 1,
dots: '#dots',
Expand Down

0 comments on commit 794927f

Please sign in to comment.