[gtk-web/issue-12: 2/3] Use the same heading style for the Features page
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/issue-12: 2/3] Use the same heading style for the Features page
- Date: Fri, 24 Jan 2020 14:14:43 +0000 (UTC)
commit c450ad2e545114f78d8d7015e5e27b555ee97b48
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Jan 24 14:12:34 2020 +0000
Use the same heading style for the Features page
Follow the style of the Community and Docs pages.
Fixes: #12
collections/_pages/features.html | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/collections/_pages/features.html b/collections/_pages/features.html
index a85930f..cefa376 100644
--- a/collections/_pages/features.html
+++ b/collections/_pages/features.html
@@ -12,13 +12,15 @@ modern applications
{% include navbar.html %}
<body>
-{% assign back_img = '/assets/img/wall-gtk-features.png' | prepend: site.url %}
-<section class="d-flex flex-column align-items-center bg-no-repeat bg-center" style="background: url('{{
back_img }}');" alt="GTK Features Wallpaper" />
+<section class="py-4 d-flex flex-column align-items-center">
<div class="container">
- <div class="row d-flex justify-content-center pt-4 pb-6">
- <div class="col-md-10 col-lg-7 main-heading text-center">
+ <div class="row">
+ <div class="col-md-5 d-flex justify-content-end flex-column main-heading">
<h1 class="display-3 pb-3">{{ page.page_main_heading }}</h1>
- <span class="text-muted lead bg-light">{{ page.page_main_heading_description }}</span>
+ <span class="text-muted 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-gtk-features.png' | prepend: site.url }}" class="img-fluid" alt="GTK
Features Wallpaper" />
</div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]