We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c003b commit fc866d7Copy full SHA for fc866d7
1 file changed
src/features/adv/components/AdvBanner.css
@@ -119,9 +119,9 @@
119
}
120
121
.carbonCoverImage {
122
- aspect-ratio: 1 / 1;
123
- width: auto;
124
- height: 85%;
+ aspect-ratio: 1;
+ height: fit-content;
+ width: 45%;
125
z-index: 2;
126
object-fit: cover;
127
border-radius: 10px;
@@ -190,7 +190,7 @@
190
191
.carbonCover:hover .carbonCoverImage,
192
.carbonCover:focus-within .carbonCoverImage {
193
- height: 50%;
+ width: 25%;
194
filter: brightness(1.05);
195
196
0 commit comments