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

Se agregan los estilos para el encabezado y el cuerpo de la lista de pueblos

parent 2819251f
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
.town_list_content{
.town_list_cnt{
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.town_list_header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 100%;
}

.town_list_body{
  width: 100%;
  height: 90%;
}
 No newline at end of file