adjust and center Blog links (#15541)

This commit is contained in:
mohamed chiheb ben jemaa
2019-08-16 04:28:33 +01:00
committed by Kubernetes Prow Robot
parent 559e25d941
commit 73ef2c557b
2 changed files with 21 additions and 10 deletions
+13 -2
View File
@@ -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{