We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc7243 commit e70d506Copy full SHA for e70d506
src/pages/ImagesPreview.styled.jsx
@@ -2,8 +2,8 @@ import Image from "next/image";
2
import styled from "styled-components";
3
4
//Four main values
5
-const WIDTH = "620px"
6
-const HEIGHT = "300px"
+const WIDTH = "420px"
+const HEIGHT = "200px"
7
const COLUMN_GAP = "4%"
8
const ROW_GAP = "20px"
9
0 commit comments