Commit 2ab0cc87 authored by Omar Luna Hernández's avatar Omar Luna Hernández
Browse files

Se modifica el ancho de la ventana de registro de un lugar

parent 94f89ed2
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  width: 75vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
@@ -94,7 +94,7 @@
}

.place_description{
  height: 200px;
  height: 150px;
  padding: 5px;
  overflow-y: auto;
  resize: none;
@@ -117,3 +117,18 @@
.town_select_cnt div select{
  width: 50%;
}

.input_body{
  display: flex;
  width: 100%;
  flex-direction: row;
}

.input_body div{
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
 No newline at end of file