contacto y cambios

This commit is contained in:
casnet1
2020-10-02 18:19:28 -05:00
parent 86c74faf70
commit 13fa25d5f6
15 changed files with 241 additions and 36 deletions
+10
View File
@@ -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;
}
+2 -1
View File
@@ -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%;