Skip to content

Commit

Permalink
Issue with the logos in the friend community cards
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Dec 14, 2024
1 parent aaf51e8 commit 6282446
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pycltheme/static/css/cl.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ blockquote {
}

img.ene {
width:35px;
float:right;
height: 3rem;
}
Expand Down Expand Up @@ -383,7 +382,6 @@ ul.navbar-nav {
}

img.ene {
width:30px;
height: 3rem;
}

Expand Down Expand Up @@ -423,18 +421,18 @@ ul.navbar-nav {

.bg-pyladies {
background-color: pink !important;

}

.bg-pyladies a {
background-color: palevioletred;
border-color: palevioletred;

}
.bg-pyladies a:hover {
background-color: rgb(226, 73, 124);
border-color: rgb(226, 73, 124);

}

.titulo-bold {
Expand Down

0 comments on commit 6282446

Please sign in to comment.