aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-03 19:21:07 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-03 19:21:07 +0200
commit372aa40226d4d7c54395511440d5bf4722255b6c (patch)
treedfdfaf9b1ce97113f6a4a96973f7a889638a8e61
parentc384a3820ce4dfb0f60a70955526e2355ce67665 (diff)
downloadwww-372aa40226d4d7c54395511440d5bf4722255b6c.tar.gz
www-372aa40226d4d7c54395511440d5bf4722255b6c.zip
minor mods
-rw-r--r--static/styles.css2
-rw-r--r--template/index.html.j28
2 files changed, 5 insertions, 5 deletions
diff --git a/static/styles.css b/static/styles.css
index 6b5a6a4b..7e32f2be 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -52,7 +52,7 @@ code.block {
52 display: block; } 52 display: block; }
53 53
54.homepageicon { 54.homepageicon {
55 font-size: 8em; 55 font-size: 6em;
56 color: #419edb; 56 color: #419edb;
57 text-align: center; 57 text-align: center;
58} 58}
diff --git a/template/index.html.j2 b/template/index.html.j2
index a8705628..367f6d30 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -255,16 +255,16 @@
255 <div class="container"> 255 <div class="container">
256 <div class="row"> 256 <div class="row">
257 <div class="col-lg-3 mt-1"> 257 <div class="col-lg-3 mt-1">
258 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('about.html') }}"><i class="fas fa-graduation-cap"></i> {{ _("Learn more") }}</a> 258 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('about.html') }}"><i class="fas fa-graduation-cap"></i><br/>{{ _("Learn more") }}</a>
259 </div> 259 </div>
260 <div class="col-lg-3 mt-1"> 260 <div class="col-lg-3 mt-1">
261 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('applications.html') }}"><i class="fas fa-cubes"></i> {{ _("Applications") }}</a> 261 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('applications.html') }}"><i class="fas fa-cubes"></i><br/>{{ _("Applications") }}</a>
262 </div> 262 </div>
263 <div class="col-lg-3 mt-1"> 263 <div class="col-lg-3 mt-1">
264 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}"><i class="fas fa-users"></i> {{ _("Engage") }}</a> 264 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}"><i class="fas fa-users"></i><br/>{{ _("Engage") }}</a>
265 </div> 265 </div>
266 <div class="col-lg-3 mt-1"> 266 <div class="col-lg-3 mt-1">
267 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('install.html') }}"><i class="fas fa-play"></i> {{ _("Get started") }}</a> 267 <a class="frontpage btn btn-primary btn-lg" href="{{ url_localized('install.html') }}"><i class="fas fa-play"></i><br/>{{ _("Get started") }}</a>
268 </div> 268 </div>
269 </div> 269 </div>
270 </div> 270 </div>