diff --git a/public/css/map.css b/public/css/map.css index 27ab885..ed5e290 100644 --- a/public/css/map.css +++ b/public/css/map.css @@ -45,14 +45,19 @@ body { position: absolute; margin-left: auto; margin-right: auto; - left: 0; + left:0; right: 0; text-align: center; - width: 50vw; + width: 262px; background-color: white; } +textarea[name="description"] { + width: 200px; + height: 50px; + } + #markerForm { display: flex; flex-direction: column; diff --git a/public/index.html b/public/index.html index 7f166cb..8701a29 100644 --- a/public/index.html +++ b/public/index.html @@ -29,17 +29,17 @@