perf(RecipeCard): añadidos estilos

parent 6de31634
Showing with 11 additions and 2 deletions
......@@ -66,11 +66,20 @@ const toggleFavorite = async() => {
.card-text-description {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6; /* Número de líneas antes de cortar */
-webkit-line-clamp: 6;
line-clamp: 6;
overflow: hidden;
text-overflow: ellipsis;
height: 3.8cm; /* Altura de ejemplo para 3 líneas */
height: 3.8cm;
}
.card-body h5 {
font-size: 1.5rem;
color: #2C0C21;
}
.card-body p {
font-size: 1rem;
}
.btn-more {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment