diff --git a/static/src/less/style.less b/static/src/less/style.less index 9584439..689bc98 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -42,6 +42,28 @@ a.no-color-change { } /* @end Global */ +/* @group Functional */ + +p.center-text { + text-align: center; +} + +.mega-icon { + font-size: 110px; + text-align: center; + margin-bottom: 0; + cursor: default; + + & ~ div.caption { + padding-top: 0; + h3 { + margin: 0; + } + } +} + +/* @end Functional */ + /* @group Footer */ footer { width: 100%; @@ -156,7 +178,7 @@ footer { } .row { - width: 100%; + width: initial; } .gh-card iframe { diff --git a/templates/about/index.html b/templates/about/index.html index 8bada7c..949c9e8 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -1,12 +1,12 @@ {% extends 'content_base.html' %} -{% block pageTitle %}About{% endblock %} +{% block pageTitle %}About all the things{% endblock %} {% block content %}