diff --git a/src/styles/projects.scss b/src/styles/projects.scss index 099811b..87ff67e 100644 --- a/src/styles/projects.scss +++ b/src/styles/projects.scss @@ -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 { @@ -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 {