Skip to content

Commit 143fa27

Browse files
This solves ossn#79
1 parent 09efaa6 commit 143fa27

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/styles/projects.scss

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ $opacity: 0.3;
1313
.projects {
1414
@include media-breakpoint-up(md) {
1515
&-tile-tag-wrapper {
16-
max-width: 50%;
16+
max-width: 100%;
17+
max-height: 100%;
1718
}
1819
}
1920
&-title {
@@ -106,10 +107,12 @@ $opacity: 0.3;
106107
&-logo-wrapper {
107108
display: inline-flex;
108109
height: 100%;
109-
left: 7%;
110+
left: auto;
110111
position: relative;
111-
top: 7%;
112+
top: auto;
112113
visibility: visible;
114+
min-width: 30%;
115+
max-width: 100%;
113116
}
114117
}
115118
&-tile-tag {

0 commit comments

Comments
 (0)