From 529514c70d1adedd4b4f8da4484077f870fcb8ce Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Fri, 17 Mar 2023 16:39:56 +0900 Subject: Reduce the icon size of the front page cards --- content/assets/stylesheets/_landing.scss | 4 ++-- content/index.erb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss index c3e4ecc0..f7c1ddc1 100644 --- a/content/assets/stylesheets/_landing.scss +++ b/content/assets/stylesheets/_landing.scss @@ -113,8 +113,8 @@ border: 0; .card-img-top { - width: 4rem; - height: 4rem; + width: 2.5rem; + height: 2.5rem; } .card-title { diff --git a/content/index.erb b/content/index.erb index c63a1fe8..16a11eba 100644 --- a/content/index.erb +++ b/content/index.erb @@ -42,9 +42,9 @@ title: GitLab Documentation
- -
<%= hero[:title] %>
-

<%= hero[:description] %>

+
+ <%= hero[:title] %>
+

<%= hero[:description] %>

    <% hero[:links].each do |link| %>
  • -- cgit v1.2.3