cinco pestañas
This commit is contained in:
+15
-3
@@ -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>
|
||||
Reference in New Issue
Block a user