diff --git a/scss/main.scss b/scss/main.scss index 242c0ee..874e059 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -68,7 +68,7 @@ a { } .uk-pagination>.uk-active>span { - background: $accentGreen; + background: $accentGreen; } .uk-icon-medium { @@ -93,7 +93,7 @@ a { border-bottom: 1px solid rgba(0,0,0,.3); } } - + & .uk-nav-divider { border-top: 1px solid rgba(255,255,255,.01); margin: 0; @@ -126,6 +126,7 @@ a { style: italic; size: 2.5em; } + padding-left: 0; // Green style color: white; @@ -134,7 +135,7 @@ a { &:hover { color: white; } - + @media (max-width: 767px) { padding: 0; max-width: 100%; diff --git a/static/css/main.css b/static/css/main.css index 6da934b..c796090 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -73,6 +73,7 @@ a { font-family: "Open Sans", sans-serif; font-style: italic; font-size: 2.5em; + padding-left: 0; color: white; text-decoration: none; } .mg-brand:hover { diff --git a/templates/base.html b/templates/base.html index 9aaaf3a..3f636b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -65,14 +65,12 @@
-
@@ -81,12 +79,12 @@
- + {% block content %} - {% endblock %} - + {% endblock %} +
- +
- + {% if SOCIAL %}

Contacts

@@ -158,7 +156,7 @@

Powered by Pelican.
Theme mg by Luca Chiricozzi.

-
+
@@ -174,13 +172,13 @@
  • {{ cat }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %} -
  • Pages
  • +
  • Pages
  • {% for p in PAGES %}
  • {{ p.title }}
  • {% endfor %} - + {% endif %}