|
|
@@ -78,16 +78,6 @@ section h2 { |
|
|
|
font-size: 2rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* section.album:nth-of-type(even){ |
|
|
|
color: var(--main-color); |
|
|
|
background-color: var(--secondary-color); |
|
|
|
} |
|
|
|
|
|
|
|
section.album:nth-of-type(odd){ |
|
|
|
background-color: var(--main-color); |
|
|
|
color: var(--secondary-color); |
|
|
|
} */ |
|
|
|
|
|
|
|
section.cover{ |
|
|
|
background : url(../assets/images/icono_1.png) no-repeat center center; |
|
|
|
} |
|
|
@@ -106,27 +96,6 @@ section.album img{ |
|
|
|
border : 2px solid var(--secondary-color); |
|
|
|
} |
|
|
|
|
|
|
|
/*section.albums{*/ |
|
|
|
/*background-color: black;*/ |
|
|
|
/*color:white; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
line-height: 200%;*/ |
|
|
|
/*}*/ |
|
|
|
|
|
|
|
/*section.albums > * { |
|
|
|
padding-left: 10vw; |
|
|
|
} |
|
|
|
|
|
|
|
section.albums h2 { |
|
|
|
padding-left: 20vw; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
|
|
|
|
section.albums ul { |
|
|
|
list-style-type: none; |
|
|
|
}*/ |
|
|
|
|
|
|
|
section.icono-2{ |
|
|
|
background : url(../assets/images/icono_2.png) no-repeat center center; |
|
|
|