correccion de logos
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB |
+31
-50
@@ -1,67 +1,48 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="divMaster">
|
<div class="row divMaster header cl-12 azulUnam">
|
||||||
<div class="header cl-12 azulUnam">
|
<div
|
||||||
<div class="row">
|
class="logo_unam col-4 offset-1 d-inline-flex my-2 align-items-center"
|
||||||
<div
|
>
|
||||||
class="logo_unam col-4 offset-1 d-inline-flex my-2 align-items-center"
|
<a href="https://www.unam.mx/" target="_blank">
|
||||||
>
|
<img class="sizeImg" src="../assets/Logo-UNAM.png" alt="logo unam" />
|
||||||
<a href="https://www.unam.mx/" target="_blank">
|
</a>
|
||||||
<img
|
</div>
|
||||||
class="sizeImg"
|
|
||||||
src="https://www.c3.unam.mx/image/logoUnam.png"
|
|
||||||
alt="logo unam"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="logo_acatlan col-4 offset-2 d-inline-flex justify-content-end my-2 align-items-center"
|
class="logo_acatlan col-4 offset-2 d-inline-flex justify-content-end my-2 align-items-center"
|
||||||
>
|
>
|
||||||
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
||||||
<img
|
<img
|
||||||
class="sizeImg"
|
class="sizeImg"
|
||||||
src="https://flisol.acatlan.unam.mx/img/logo-acatlan.png"
|
src="../assets/FES-editoriales.png"
|
||||||
alt="logo unam"
|
alt="logo unam"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="logo_acatlan_resp col-8 offset-2 d-flex justify-content-center my-2 align-items-center"
|
class="logo_acatlan_resp col-8 offset-2 d-flex justify-content-center my-2 align-items-center"
|
||||||
>
|
>
|
||||||
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
||||||
<img
|
<img
|
||||||
class="sizeImg"
|
class="sizeImg"
|
||||||
src="../assets/FESAcatlan.png"
|
src="../assets/FES-editoriales.png"
|
||||||
alt="logo unam"
|
alt="logo unam"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.divMaster {
|
.divMaster {
|
||||||
max-width: 1280px;
|
height: 7em;
|
||||||
height: auto;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.azulUnam {
|
.azulUnam {
|
||||||
background-color: #1e3c70;
|
background-color: #1e3c70;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .header{
|
|
||||||
height: 100px;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.sizeImg {
|
.sizeImg {
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
}
|
}
|
||||||
@@ -78,7 +59,7 @@
|
|||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
.logo_acatlan_resp a img {
|
.logo_acatlan_resp a img {
|
||||||
height: 3rem;
|
height: 5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user