diff --git a/static/src/less/style.less b/static/src/less/style.less index 1598b82..161d500 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -68,8 +68,8 @@ footer { font-size: 14px; background-color: #232323; a { - padding: 7px; color: #ff7f00; + padding: 7px; &:hover { text-decoration: none; color: inherit; @@ -139,4 +139,5 @@ footer { .panel { .box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6)); + margin-bottom: 40px; } \ No newline at end of file diff --git a/templates/about/website.html b/templates/about/website.html index d6c8df7..5bd568c 100644 --- a/templates/about/website.html +++ b/templates/about/website.html @@ -1,7 +1,5 @@ {% extends 'content_base.html' %} -{% block pageTitle %}About my website{% endblock %} - {% block content %}
@@ -33,7 +31,7 @@

- The server the website is hosted on is my UK VPS. More information can be found here. + The website is hosted on my UK VPS. More information about it can be found here.

diff --git a/templates/base.html b/templates/base.html index 855209a..1228b36 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,9 @@
- About | View Source | Contact +

+ About | View Source | Contact +