Skip to content

Commit

Permalink
This solves ossn#79
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesHopman authored Oct 21, 2018
1 parent 09efaa6 commit 143fa27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/styles/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ $opacity: 0.3;
.projects {
@include media-breakpoint-up(md) {
&-tile-tag-wrapper {
max-width: 50%;
max-width: 100%;
max-height: 100%;
}
}
&-title {
Expand Down Expand Up @@ -106,10 +107,12 @@ $opacity: 0.3;
&-logo-wrapper {
display: inline-flex;
height: 100%;
left: 7%;
left: auto;
position: relative;
top: 7%;
top: auto;
visibility: visible;
min-width: 30%;
max-width: 100%;
}
}
&-tile-tag {
Expand Down

0 comments on commit 143fa27

Please sign in to comment.