Skip to content

Commit 1bd004b

Browse files
committed
fix: adjust image margins for better layout in media rows
1 parent 3c3232a commit 1bd004b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ nav .active {
251251

252252
.row-with-media:nth-child(1) .row-media img {
253253
width: 50%;
254-
margin-top: 48px;
255-
margin-left: 50px;
254+
margin-top: 40px;
255+
margin-left: 80px;
256256
}
257257

258258
.row-with-media:nth-child(2) .row-media img {
259259
width: 55%;
260-
margin-top: 64px;
260+
margin-top: 80px;
261261
margin-left: 100px;
262262
}
263263

0 commit comments

Comments
 (0)