Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Jan 5, 2024
1 parent e17130d commit 8096ce7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions assets/scss/components/_jobuary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@
}

.jobuary-events {
display: flex;
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5rem;
margin-bottom: 5rem;
width: 100%;
justify-content: center;
gap: 4rem;

@media only screen and (max-width: 1120px) {
flex-direction: column;
align-items: center;
margin-top: 5rem;
margin-bottom: 5rem;
}
}

.jobuary {
Expand Down
4 changes: 2 additions & 2 deletions layouts/_default/jobuary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<div class="jobuary">
<div class="woa-background-wrap">
<lottie-player
<lottie-player
class="woa-background"
src="/lottie/jobuary.json"
background="transparent"
speed="1"
loop
autoplay
></lottie-player>
></lottie-player>
</div>
<div class="jobuary-background-wrap">
<!-- <img src="https://media.giphy.com/media/cPlsuCWPznPZ98kV2J/giphy.gif" class="woa-background" /> -->
Expand Down

0 comments on commit 8096ce7

Please sign in to comment.