diff --git a/index.html b/index.html index e3db346..59fda7e 100644 --- a/index.html +++ b/index.html @@ -139,7 +139,7 @@ Voir
-

powered by pluXML

+

powered by p

diff --git a/scss/_cards.scss b/scss/_cards.scss index a59e698..0e3f001 100644 --- a/scss/_cards.scss +++ b/scss/_cards.scss @@ -51,6 +51,11 @@ box-shadow: $large-shadow, $inset-shadow; } +.card-text { + height: 130px; + overflow: hidden; +} + /* 4.1 - Header and titles */ .card-header { @@ -126,6 +131,7 @@ @include li-no-margin(); } + /* 4.3 - Cards list-groups */ section.widget { diff --git a/style.css b/style.css index 08d6059..c5f8ad7 100644 --- a/style.css +++ b/style.css @@ -756,6 +756,10 @@ ul.social { .card-shadow { box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1), inset 0px -2px 0px rgba(0, 0, 0, 0.2); } +.card-text { + height: 130px; + overflow: hidden; } + /* 4.1 - Header and titles */ .card-header { border: 1px solid rgba(0, 0, 0, 0.3);