Skip to content

Commit

Permalink
chore(home): removed text align from shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
RCVZ committed May 10, 2021
1 parent 21b5d91 commit 2e8df01
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/Shelf/Shelf.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@
margin: 0 variables.$base-spacing * 2;
}
margin: 12px 56px;

color: var(--primary-color);
font-family: var(--body-alt-font-family);
text-align: center;
}

.title {
@include responsive.mobile-only() {
text-align: left;
}
width: 100%;
margin-bottom: 12px;
overflow: hidden;
Expand All @@ -38,13 +33,13 @@
.arrow {
cursor: pointer;
transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
&:hover {
transform: scale(1.2);
}
> svg {
width: 30px;
height: 30px;
}
&:hover {
transform: scale(1.2);
}
}
.arrowDisabled {
opacity: 0.3;
Expand Down

0 comments on commit 2e8df01

Please sign in to comment.