[gtk-web: 1/2] align buttons inside cards in the community section
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web: 1/2] align buttons inside cards in the community section
- Date: Wed, 3 Mar 2021 13:36:46 +0000 (UTC)
commit b2438485f34621fb58deb024dbe6aa9c5fb8ca7a
Author: PranjayPathak <pranjaypathak411 gmail com>
Date: Sat Feb 20 17:37:18 2021 +0530
align buttons inside cards in the community section
_pages/community.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_pages/community.html b/_pages/community.html
index e6e1e74b..ec3ee243 100644
--- a/_pages/community.html
+++ b/_pages/community.html
@@ -53,9 +53,9 @@ team_main_heading_description: These are the people who apply their best of skil
{% assign imgname = imgname | strip %}
<img src="{{ '/assets/img/' | append: imgname | absolute_url }}" class="img-fluid w-100"
alt="{{ blog.title }}" />
</div>
- <div class="py-3 px-3 h-100 bg-white d-flex flex-column">
+ <div class="py-2 px-3 bg-white d-flex flex-column">
<h6>{{ blog.title }}</h6>
- <span class="text-muted small mb-3">{{ blog.description | truncatewords: 30 }}</span>
+ <span class="text-muted small mb-3">{{ blog.description | truncate: 200 }}</span>
<a href="{{ blog.link }}" class="btn btn-sm btn-primary align-self-end">Read More</a>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]