Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Allow for sectionFeed imgNode css to be overritten
Browse files Browse the repository at this point in the history
Allow for org level scss filed to redefine this allowing for us to set the default desktop from 3:2 to 16:9 menaing 250 x 140(139.5)
  • Loading branch information
B77Mills committed Aug 27, 2024
1 parent 60352e2 commit e821291
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
$image-width: ab($image-size, $image-mobile-width);
$image-height: ab($image-size, $image-mobile-height);

$image-desktop-width: 250px;
$image-desktop-height: 167px;
$image-desktop-width: 250px !default;
$image-desktop-height: 167px !default;


display: flex;
Expand Down

0 comments on commit e821291

Please sign in to comment.