Skip to content

Commit

Permalink
added prev btn for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiomiHF committed Jul 24, 2023
1 parent 5417282 commit 634cc4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ p {
font-weight: 700;
}
}
.btn-navy:hover {
background-color: #725ca4;
}

.m-btn {
padding: 13px 38px;
Expand Down Expand Up @@ -499,6 +502,7 @@ p {
}
@media (min-width: 768px) {
.swiper .swiper-button-prev {
display: block;
margin-left: 40px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ p {
@include btn;
background-color: var(--navy);
color: #fff;
&:hover {
background-color: #725ca4;
}
}

.m-btn {
Expand Down Expand Up @@ -494,6 +497,7 @@ p {
.swiper-button-prev {
display: none;
@media (min-width: 768px) {
display: block;
margin-left: 40px;
}
}
Expand Down

0 comments on commit 634cc4a

Please sign in to comment.