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

Commit

Permalink
Merge pull request #954 from B77Mills/sectionFeedProps
Browse files Browse the repository at this point in the history
Allow for sectionFeed image node css to be overwritten
  • Loading branch information
B77Mills authored Aug 27, 2024
2 parents 60352e2 + e821291 commit dee5f1b
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 dee5f1b

Please sign in to comment.