produccion
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user