[gtk-web: 2/3] community, docs: unify layout




commit d711654a987fc5bb97bf87c6ed67e88440822632
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Sep 7 13:08:32 2020 +0200

    community, docs: unify layout
    
    - use the same markup for documentation and community pages
      to keep sizing the same
    - Drop GTK form the titles. It's bombaded from wverywhere else

 _pages/community.html | 8 ++++----
 _pages/docs.html      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/_pages/community.html b/_pages/community.html
index a8d4b09..c6e4c20 100644
--- a/_pages/community.html
+++ b/_pages/community.html
@@ -2,7 +2,7 @@
 navbar_type: dark
 permalink: /community/
 
-page_main_heading: GTK Community
+page_main_heading: Community
 page_main_heading_description: A place to find all the resources used by the people working on GTK.
 
 blog_main_heading: Blog
@@ -23,11 +23,11 @@ team_main_heading_description: These are the people who apply their best of skil
   <div class="container">
     <div class="row">
       <div class="col-md-5 d-flex justify-content-end flex-column main-heading">
-        <h1 class="display-3 mb-3">{{ page.page_main_heading }}</h1>
+        <h1 class="display-3 pb-3">{{ page.page_main_heading }}</h1>
         <span class="text-info lead">{{ page.page_main_heading_description | markdownify }}</span>
       </div>
-      <div class="col-md-7 d-none d-md-flex justify-content-center flex-column">
-        <img src="{{ '/assets/img/wall-community.svg' | absolute_url }}" class="img-fluid" alt="GTK 
Community Wallpaper" />
+      <div class="col-md-7 d-none d-md-flex justify-content-center align-items-center flex-column">
+        <img src="{{ '/assets/img/wall-community.svg' | absolute_url }}" class="img-fluid w-75" alt="GTK 
Community Wallpaper" />
       </div>
     </div>
   </div>
diff --git a/_pages/docs.html b/_pages/docs.html
index ddae6cc..99c55c5 100644
--- a/_pages/docs.html
+++ b/_pages/docs.html
@@ -2,7 +2,7 @@
 navbar_type: dark
 permalink: /docs/
 
-page_main_heading: GTK Docs
+page_main_heading: Docs
 page_main_heading_description: Find out all the things you need to work with GTK as a Developer.
 
 docs:


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