[gtk-web/jimmac-fixes: 2/5] Avoid 'that' orphan



commit 931b377ac7ac13fcd15b5e391b67167c15c873be
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Nov 22 14:36:26 2019 +0100

    Avoid 'that' orphan

 collections/_pages/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/collections/_pages/index.html b/collections/_pages/index.html
index 25e8747..377fd8a 100644
--- a/collections/_pages/index.html
+++ b/collections/_pages/index.html
@@ -2,7 +2,7 @@
 navbar_type: transparent
 permalink: ''
 
-page_main_heading: Create interfaces that users just love
+page_main_heading: Create interfaces, that&nbsp;users just love
 page_main_heading_description: Offering a complete set of UI elements, GTK is suitable for projects ranging 
from small one-off tools to complete application suites.
 
 downloads:
@@ -92,7 +92,7 @@ news_and_events_list:
   <div class="container d-flex align-items-center" style="height: var(--breakpoint-sm)">
     <div class="row">
       <div class="col-md-6 d-flex justify-content-center flex-column main-heading text-white">
-        <h1 class="display-3 pb-3 text-shadow">{{ page.page_main_heading }}</h1>
+        <h1 class="display-4 pb-3 text-shadow">{{ page.page_main_heading }}</h1>
         <span class="text-light mb-4 text-shadow">{{ page.page_main_heading_description | markdownify 
}}</span>
         <div class="pb-3 d-flex">
           <a href="{{ '/docs/' | prepend: site.url }}" class="btn btn-md btn-primary" role="button">Learn 
GTK</a>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]