gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: minor mods


From: gnunet
Subject: [www] branch master updated: minor mods
Date: Fri, 03 Jul 2020 19:26:48 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 372aa40  minor mods
372aa40 is described below

commit 372aa40226d4d7c54395511440d5bf4722255b6c
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jul 3 19:21:07 2020 +0200

    minor mods
---
 static/styles.css      | 2 +-
 template/index.html.j2 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index 6b5a6a4..7e32f2b 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -52,7 +52,7 @@ code.block {
   display: block; }
 
 .homepageicon {
-  font-size: 8em;
+  font-size: 6em;
   color: #419edb;
   text-align: center;
 }
diff --git a/template/index.html.j2 b/template/index.html.j2
index a870562..367f6d3 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -255,16 +255,16 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-3 mt-1">
-        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('about.html') }}"><i class="fas fa-graduation-cap"></i> {{ 
_("Learn more") }}</a>
+        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('about.html') }}"><i class="fas fa-graduation-cap"></i><br/>{{ 
_("Learn more") }}</a>
       </div>
       <div class="col-lg-3 mt-1">
-        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('applications.html') }}"><i class="fas fa-cubes"></i> {{ 
_("Applications") }}</a>
+        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('applications.html') }}"><i class="fas fa-cubes"></i><br/>{{ 
_("Applications") }}</a>
       </div>
       <div class="col-lg-3 mt-1">
-        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('engage.html') }}"><i class="fas fa-users"></i> {{ _("Engage") 
}}</a>
+        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('engage.html') }}"><i class="fas fa-users"></i><br/>{{ 
_("Engage") }}</a>
       </div>
       <div class="col-lg-3 mt-1">
-        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('install.html') }}"><i class="fas fa-play"></i> {{ _("Get 
started") }}</a>
+        <a class="frontpage btn btn-primary btn-lg" href="{{ 
url_localized('install.html') }}"><i class="fas fa-play"></i><br/>{{ _("Get 
started") }}</a>
       </div>
     </div>
   </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]