We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe0615 commit ce144afCopy full SHA for ce144af
styles/Card.module.scss
@@ -96,41 +96,21 @@
96
97
@include desktop {
98
height: 25rem;
99
- // position: absolute;
100
- top: -150%;
101
- z-index: 12;
102
}
103
104
.card__image {
105
- max-width: 100%;
+ width: auto;
106
position: relative;
107
height: 5rem;
108
- margin: 3rem 0;
+ margin-right: 75%;
+ margin-top: 3rem;
+ margin-bottom: 3rem;
109
110
.img {
111
margin: 0;
112
position: absolute;
113
- left: -60% !important;
114
object-fit: contain !important;
115
116
-
117
- @include desktop {
118
- .img {
119
- left: -75% !important;
120
- }
121
122
123
- @include small-mobile {
124
125
- left: -45% !important;
126
127
128
129
- @include tablet {
130
131
- left: -65% !important;
132
133
134
135
136
0 commit comments