From 73ef2c557b4b888655516ee23af031768163788f Mon Sep 17 00:00:00 2001 From: mohamed chiheb ben jemaa Date: Fri, 16 Aug 2019 04:28:33 +0100 Subject: [PATCH] adjust and center Blog links (#15541) --- layouts/blog/baseof.html | 16 ++++++++-------- static/css/blog.css | 15 +++++++++++++-- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 358cb7bd3c..85095f152c 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -20,15 +20,15 @@
{{ with site.Home.OutputFormats.Get "rss" -}} - RSS Feed +
{{ end -}} - Submit a Post - @Kubernetesio - View on GitHub - #kubernetes-users - Stack Overflow - Forum - Download Kubernetes +
+
+
+
+
+
+
{{ partialCached "blog/archive.html" . }} diff --git a/static/css/blog.css b/static/css/blog.css index 7098e241ea..c584ee4e53 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -271,7 +271,7 @@ h3.post-title{ box-sizing: border-box; padding: 0 0 0 15px; margin: 10px 0; - line-height: 40px; + line-height: 50px; white-space: nowrap; font-family: Roboto, sans-serif; } @@ -401,10 +401,21 @@ ul { /* Sidebar Icon Styles */ .widget-link svg { - font-size: 48px; + font-size: 40px; color:#326DE6; + vertical-align: middle; + width: 40px !important; } +.widget-link div { + display: flex; +} + +.widget-link .widget-link-text { + margin-left: 6px; +} + + /* SideNavigation Styles */ .heading-year-toggle-checkbox, .heading-month-toggle-checkbox{