cinco pestañas

This commit is contained in:
DanielRamirezGe
2020-01-29 21:50:17 -06:00
parent 9294aeb8b2
commit b3d24fd4b6
25 changed files with 766 additions and 13 deletions
+15 -3
View File
@@ -2,8 +2,10 @@
<header class="Azul-puma py-3">
<header class="container">
<div class="row py-3">
<div href="https://www.unam.mx/" class="col d-none d-md-block sin_pad"> <img src="../assets/UNAM.png" alt="logo Unam"> </div>
<div href="https://www.acatlan.unam.mx/" class="col d-flex justify-content-sm-center justify-content-lg-end"> <img src="../assets/aniversario.png" height="80" alt="Ediciones Acatlán"> </div>
<div href="https://www.unam.mx/" class="col d-none d-md-block sin_pad"> <img src="../assets/UNAM.png" alt="logo Unam"> </div>
<div href="https://www.acatlan.unam.mx/" class="col d-flex justify-content-sm-center justify-content-lg-end"> <img src="../assets/Fes-aniversario.png" class="logo-fes" alt="Ediciones Acatlán"> </div>
</div>
</header>
@@ -18,6 +20,10 @@ export default {
</script>
<style>
.logo-fes{
height: 5rem;
}
.sin_pad{
margin-left: 0rem;
margin-right: 0rem;
@@ -29,6 +35,12 @@ export default {
.Azul-puma {
background-color: rgb(26, 27, 29);
}
@media screen and (max-width: 1024px) {
.logo-fes{
margin-top: .7rem;
height: 4rem;
}
}
</style>