Skip to content

Commit

Permalink
Update topic thumbnails aspect ratio (#419)
Browse files Browse the repository at this point in the history
* Use svg topic cords

* Remove topic jpg images

* Fix differential equation svg

* Change miscellaneous spelling

* Change topic grid aspect
  • Loading branch information
3b1b committed Apr 28, 2024
1 parent 676ade3 commit 2b36815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LessonGallery/index.module.scss
Expand Up @@ -82,7 +82,7 @@
.image {
$width: 225px;
width: $width;
height: math.div($width, 2);
height: 9 * math.div($width, 16);
object-fit: cover;
}

Expand Down

0 comments on commit 2b36815

Please sign in to comment.