- Fix Facebook slow down the loading... inserted only a static image !#106

- Others fix to the CCardDiscipline
This commit is contained in:
Paolo Arena
2019-11-17 22:24:41 +01:00
parent ca7ee49944
commit 17d5a50662
10 changed files with 92 additions and 28 deletions

View File

@@ -82,6 +82,9 @@ $grayshadow: #555;
&__description {
font-size: 1rem;
color: #000000;
height: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
&__email a {
@@ -100,3 +103,8 @@ $grayshadow: #555;
border-radius: 30px !important;
}
}
.q-card__section{
padding: 4px !important;
}