Skip to content

Commit 02f2883

Browse files
authored
Actions page design tweakz (#16467)
* Blue links, align padding * Put date below title
1 parent 0730158 commit 02f2883

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

layouts/product-landing.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h3 class="f4 text-normal text-mono text-uppercase color-gray-5">{% data ui.toc.
3535
<ul class="list-style-none">
3636
{% for link in featuredLinks.guides %}
3737
<li class="border-top">
38-
<a class="link-with-intro Bump-link--hover no-underline d-block py-4" href="{{ link.href }}">
39-
<h4 class="link-with-intro-title link-gray-dark mb-1">{{ link.title }}<span class="Bump-link-symbol"></span></h4>
38+
<a class="link-with-intro Bump-link--hover no-underline d-block py-3" href="{{ link.href }}">
39+
<h4 class="link-with-intro-title mb-1">{{ link.title }}<span class="Bump-link-symbol"></span></h4>
4040
<p class="link-with-intro-intro color-gray-5 mb-0">{{ link.intro | truncatewords: 12 }}</p>
4141
</a>
4242
</li>
@@ -52,7 +52,7 @@ <h3 class="f4 text-normal text-mono text-uppercase color-gray-5">{% data ui.toc.
5252
{% for link in featuredLinks.popular %}
5353
<li class="border-top">
5454
<a class="link-with-intro Bump-link--hover no-underline d-block py-3" href="{{ link.href }}">
55-
<h4 class="link-with-intro-title link-gray-dark">{{ link.title }}<span class="Bump-link-symbol"></span></h4>
55+
<h4 class="link-with-intro-title">{{ link.title }}<span class="Bump-link-symbol"></span></h4>
5656
</a>
5757
</li>
5858
{% endfor %}
@@ -68,11 +68,11 @@ <h3 class="f4 text-normal text-mono text-uppercase color-gray-5">{% data ui.toc.
6868
{% for link in page.changelog %}
6969
<li class="border-top">
7070
<a href="{{ link.href }}" class="d-block text-gray-dark Bump-link--hover py-3 no-underline">
71+
<h4>{{ link.title }} <span class="Bump-link-symbol"></span></h4>
7172
<time
72-
class="tooltipped tooltipped-n text-gray-light text-mono mb-1"
73+
class="tooltipped tooltipped-n text-gray-light text-mono mt-1"
7374
aria-label="{{ link.date | date: '%B %d, %Y' }}"
7475
>{{ link.date | date: "%B %d" }}</time>
75-
<h4>{{ link.title }} <span class="Bump-link-symbol"></span></h4>
7676
</a>
7777
</li>
7878
{% endfor %}

0 commit comments

Comments
 (0)