Skip to content

Commit

Permalink
Copy and formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Sep 7, 2024
1 parent 27370c6 commit e48d5b0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/views/home/LandingPage/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<div class="stage-details">
<h5>Solve Puzzles</h5>
<p>Players create designs to solve research problems by solving puzzles.</p>
<p>Players solve RNA design puzzles which address research problems.</p>
</div>
</div>
</SwiperSlide>
Expand Down Expand Up @@ -218,17 +218,35 @@
left: calc(100% - $arrow-margin * .85);
content: '';
font-size: 60px;
@include media-breakpoint-down(sm) {
left: calc(100% - $arrow-margin * .7);
top: 50%;
}
@include media-breakpoint-down(sm) {
left: calc(100% - $arrow-margin * .7);
top: 40%;
}
@media(max-width: 435px) {
top: 30%;
}
}
@include media-breakpoint-down(sm) {
align-items: baseline;
.stage-content {
flex-direction: column;
gap: 30px;
padding-top: 0;
padding-bottom: 20px;
}
img {
max-width: 100%;
height: 250px;
max-width: 120%;
}
}
}
Expand Down

0 comments on commit e48d5b0

Please sign in to comment.