Skip to content

Commit 2698bb8

Browse files
committed
slow down tf
1 parent 050ff16 commit 2698bb8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

_includes/team-showcase.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="hero is-halfheight has-text-left" id="team-showcase">
1+
<section class="hero is-halfheight has-text-centered" id="team-showcase">
22
<figure class="hero-background" style="background-image: url('https://raw.githubusercontent.com/CabrilloRoboticsClub/cabrillorobotics.github.io/41309abdbb5d93dbc6c0119bf8f97a3bb38ad743/assets/images/seahawk-II/gallery-seahawk-II/interview.webp');" id="rotating-image">
33
<div class="overlay">
44
<div class="container">
@@ -31,6 +31,6 @@ <h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold"
3131
}
3232

3333
rotate();
34-
setInterval(rotate, 5);
34+
setInterval(rotate, 3000)
3535
});
3636
</script>

assets/css/style.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,10 @@
485485
height: 100%;
486486
background-color: rgba(0, 0, 0, 0.7);
487487
display: flex;
488-
align-items: flex-end;
489-
justify-content: flex-start;
488+
align-items: center;
489+
justify-content: center;
490490
padding: 2rem;
491491
}
492-
.title-text {
493-
text-align: center;
494-
}
495492
}
496493

497494
#post {

0 commit comments

Comments
 (0)