Skip to content

Commit af71118

Browse files
committed
Fixed right bottom image being truncated
1 parent 38737f9 commit af71118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body {
8888
.secondaryFeature-image {
8989
position: relative;
9090
display: block;
91-
width: 378px; /* TODO: Why do we need to subtract 2px? */
91+
width: 376px; /* TODO: Why do we need to subtract 2px? */
9292
height: 198px; /* TODO: Why do we need to subtract 2px? */
9393
overflow: hidden;
9494
margin-bottom: 24px;

0 commit comments

Comments
 (0)