contacto y cambios
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
>Puntos de Venta</a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-white" href="#" @click="contacto()"
|
||||
>Contacto</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -88,6 +93,11 @@ export default {
|
||||
location.reload();
|
||||
});
|
||||
},
|
||||
contacto() {
|
||||
this.$router.push("/contacto").catch(() => {
|
||||
location.reload();
|
||||
});
|
||||
},
|
||||
method() {
|
||||
this.isExist = !this.isExist;
|
||||
}
|
||||
|
||||
@@ -33,9 +33,10 @@ export default {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 450px) {
|
||||
.pTitulo {
|
||||
font-size: 20px;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
.bgAzul {
|
||||
width: 60%;
|
||||
|
||||
Reference in New Issue
Block a user