Skip to content

Commit

Permalink
chore: remove avatar box shadow and update skill groups style
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrex committed Aug 20, 2024
1 parent 233ee46 commit 2d111d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ small {
.avatar {
max-height: 100px;
border: 0px solid $wrapper-color;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
// box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.header {
Expand Down Expand Up @@ -275,14 +275,14 @@ small {

.group-name {
font-weight: $base-font-weight * 1.50;
flex-basis: 20%;
flex: 0 0 auto;
}

.group-item {
display: flex;
flex-wrap: wrap;
justify-content: end;
flex-basis: 80%;
flex: 1;

span:not(:last-child)::after {
content: "/";
Expand Down

0 comments on commit 2d111d4

Please sign in to comment.