Skip to content

Commit a7b320b

Browse files
committed
update map dimensions
1 parent 995f25d commit a7b320b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

my-app/src/pages/Projects.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
font-weight: bold;
1818
}
1919
.map {
20-
width: 75vw;
20+
width: 1000px;
21+
height: 600px;
2122
background-color: rgb(156, 192, 249);
2223
position: relative;
2324
margin-bottom: 20px;

0 commit comments

Comments
 (0)