@@ -183,7 +183,6 @@ a {
/**
* Blocks
*/
-
// Posts List
.a8c-posts-list {
text-align: center;
@@ -307,3 +306,18 @@ a {
.widget_rss_links li {
font-family: inherit;
}
+
+/**
+ * Footer
+ */
+.footer-navigation {
+ .footer-menu {
+ a {
+ padding: 0 #{0.5 * $spacing_unit};
+ }
+ > li:last-of-type {
+ margin-right: -#{0.5 * $spacing_unit};
+}
@@ -3672,3 +3672,14 @@ p:not(.site-title) a:hover {
+.footer-navigation .footer-menu a {
+ padding: 0 8px;
+.footer-navigation .footer-menu > li:last-of-type {
+ margin-left: -8px;
@@ -3688,3 +3688,14 @@ p:not(.site-title) a:hover {
+ margin-right: -8px;