produccion

This commit is contained in:
2020-08-04 10:36:01 -05:00
parent 0a7b2dbb34
commit 04cd7506ad
8 changed files with 26 additions and 25 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
const config = {
api: "http://localhost:3001"
//api: "https://venus.acatlan.unam.mx/indiana_hackaton"
//api: "http://localhost:3001"
api: "https://venus.acatlan.unam.mx/indiana_hackaton"
};
module.exports = config;
+19 -18
View File
@@ -46,40 +46,41 @@
export default {};
</script>
<style>.general {
max-width: 1280px;
height: auto;
margin: 0 auto;
<style>
.general {
max-width: 1280px;
height: auto;
margin: 0 auto;
}
.footer {
height: auto;
/*width: 100%;*/
letter-spacing: 0px;
background: #37475A;
background: #37475a;
padding: 5px;
}
.img-footer-1 {
width: 120px;
height: 90px;
margin: 3% auto;
width: 120px;
height: 90px;
margin: 3% auto;
}
.img-footer-2 {
width: 90px;
height: 100px;
margin: 2% auto;
width: 90px;
height: 100px;
margin: 2% auto;
}
@media screen and (max-width: 767px) {
.footer img{
width: 40px;
height: 40px;
}
.texto_footer{
font-size: 12px !important;
}
.footer img {
width: 40px;
height: 40px;
}
.texto_footer {
font-size: 12px !important;
}
}
.texto_footer {