Primer entrega

This commit is contained in:
duncan
2024-10-31 13:11:43 -06:00
parent 4b9d10d7dd
commit 112d64ad39
14 changed files with 1526 additions and 1002 deletions
+10 -2
View File
@@ -4,7 +4,7 @@
/* Sección de la portada */
#port {
position: relative;
min-height: 93vh;
min-height: 92vh;
background: linear-gradient(rgba(184, 166, 66, 0.1), rgba(255, 247, 0, 0.096)), url("../img/bg/alt-1.jpg") fixed center;
}
#port h1 {
@@ -38,6 +38,7 @@ section {
}
section .section-h {
color: #bb8800;
margin-bottom: 80px;
}
section .section-h i {
font-size: 28px;
@@ -96,7 +97,7 @@ section .section-h h2:after {
}
.home .cont-prin .content-galery img {
width: 100%;
border-radius: 12px 12px 0px 0px;
border-radius: 12px;
}
.home .cont-prin .content-galery .description {
padding: 10px 0px;
@@ -109,6 +110,13 @@ section .section-h h2:after {
.home .cont-prin .content-galery .description a:hover {
color: #bb8800;
}
.home .cont-prin .cont-center {
padding: 0;
justify-content: center;
}
.home .cont-prin .cont-center div audio {
padding: 10vh 0 !important;
}
/* Globales */
.nav-g a {
color: #bb8800;