Merge branch 'hotFix' into dev

This commit is contained in:
francisco-solis99 2022-05-18 19:50:08 -05:00
commit 586f693dac
1 changed files with 8 additions and 1 deletions

View File

@ -112,11 +112,18 @@ header::before {
}
.profile__link-edit {
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
right: 25px;
font-size: 2.4rem;
text-decoration: none;
color: var(--color-black);
color: var(--color-background);
background-color: rgba(0, 0, 0, .6);
border-radius: 100%;
}
.public-posts {