diff --git a/src/components/footer.vue b/src/components/footer.vue
index 547f9da..f463dbf 100644
--- a/src/components/footer.vue
+++ b/src/components/footer.vue
@@ -5,9 +5,10 @@
-
diff --git a/src/config/config.js b/src/config/config.js
index 58d6a84..0f15cbc 100644
--- a/src/config/config.js
+++ b/src/config/config.js
@@ -1,6 +1,6 @@
const config = {
//ngrok
- api: "http://79d0fb701c9e.ngrok.io"
+ api: "https://f8d86328e778.ngrok.io"
//Local
//api: "http://localhost:3001"
diff --git a/src/esteticas/nav.vue b/src/esteticas/nav.vue
index ebd95de..2b501a2 100644
--- a/src/esteticas/nav.vue
+++ b/src/esteticas/nav.vue
@@ -18,7 +18,7 @@
-
Presentacion
-->
- -
+
-
@@ -262,6 +272,35 @@ nav {
border-bottom-left-radius: 20px 20px !important;
}
+.dropdown {
+ position: relative;
+ display: inline-block;
+ height: auto;
+
+
+}
+
+.dropdown-content {
+
+ position: absolute;
+ background-color: #f9f9f9;
+ min-width: 160px;
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ /* padding: 12px 16px; */
+ top: .8rem;
+ left: -10rem;
+ display: block;
+
+}
+.rescont{
+ z-index: 2;
+}
+
+.list-group-item {
+padding: 12px 16px;
+}
+
+
@media (max-width: 450px) {
.menuText,
.buscador {
diff --git a/src/view/tema.vue b/src/view/tema.vue
index c298326..d2d9e1a 100644
--- a/src/view/tema.vue
+++ b/src/view/tema.vue
@@ -2,7 +2,7 @@
-
+