Skip to content
Snippets Groups Projects
Commit 90942895 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

background-size: cover; for addonLogo

parent d5231c0f
No related branches found
No related tags found
No related merge requests found
...@@ -565,7 +565,8 @@ header .menu-item{ ...@@ -565,7 +565,8 @@ header .menu-item{
flex-shrink: 0; flex-shrink: 0;
height: 100%; height: 100%;
width: 110px; width: 110px;
background:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)) background:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
background-size: cover!important;
} }
.workshop-suscribedCard .addonDetails{ .workshop-suscribedCard .addonDetails{
align-self: center; align-self: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment