We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8da292 commit 93aa1bbCopy full SHA for 93aa1bb
src/styles/projects.scss
@@ -14,7 +14,8 @@ $opacity: 0.3;
14
.projects {
15
@include media-breakpoint-up(md) {
16
&-tile-tag-wrapper {
17
- max-width: 50%;
+ max-width: 70%;
18
+ max-height: 100%;
19
}
20
21
&-title {
@@ -101,16 +102,19 @@ $opacity: 0.3;
101
102
103
104
&-logo {
- max-height: 100%;
105
+ height: 100%;
106
+ width: 100%;
107
object-fit: contain;
108
109
&-logo-wrapper {
110
display: inline-flex;
111
height: 100%;
- left: 7%;
- position: relative;
112
+ left: 57%;
113
+ position: absolute;
114
top: 7%;
115
visibility: visible;
116
+ min-width: 50%;
117
+ max-width: 100%;
118
119
120
&-tile-tag {
0 commit comments