Skip to content

Commit e70d506

Browse files
committed
Image size
1 parent 3dc7243 commit e70d506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/ImagesPreview.styled.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import Image from "next/image";
22
import styled from "styled-components";
33

44
//Four main values
5-
const WIDTH = "620px"
6-
const HEIGHT = "300px"
5+
const WIDTH = "420px"
6+
const HEIGHT = "200px"
77
const COLUMN_GAP = "4%"
88
const ROW_GAP = "20px"
99

0 commit comments

Comments
 (0)