Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Sep 6, 2021
2 parents 30d12d2 + 807d28b commit 43d3556
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
.review-area {
color: var(--lighter-contrast);
padding: 25px;
max-height: 7em;
overflow: auto;
}

.icon-wrapper {
Expand Down Expand Up @@ -87,11 +89,8 @@
margin-top: 1em;
margin-right: 7em;
}
}

@media only screen and (max-width: 422px) {
.profile-image {
margin-top: -5%;
.review-area {
max-height: 3em;
}
}

}

0 comments on commit 43d3556

Please sign in to comment.