Soporte para Infobae añadido

This commit is contained in:
2021-07-16 21:09:07 -03:00
parent 00ff3b2ad9
commit e60588e577
8 changed files with 152 additions and 4 deletions

View File

@@ -80,6 +80,8 @@ header {
margin-right: 2vw;
width: calc(74vw - 150px - 6vw);
margin-bottom: 2vh;
display: flex;
flex-direction: column;
}
.card h2 {
@@ -113,3 +115,7 @@ header {
color: #797979;
}
.card .source {
align-self: flex-end;
flex-grow: 1;
}