Skip to content

Commit 738b6aa

Browse files
authored
Merge pull request #1119 from prezly/fix/categories-dropdown-aspect-ratio
Fix - Use 3:2 aspect ratio in categories dropdown
2 parents 26e4d06 + bc0ce3d commit 738b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Header/ui/CategoriesNav/FeaturedCategory.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.image {
1212
margin-bottom: $spacing-1;
1313
height: auto;
14-
aspect-ratio: 1.25;
14+
aspect-ratio: 1.5;
1515

1616
img {
1717
border-radius: $border-radius-s;

0 commit comments

Comments
 (0)