feat: add social icons and template bug fixes

This commit is contained in:
Vivek R
2019-04-20 00:22:50 +05:30
parent e9b2b8f64d
commit b89ed755ef
9 changed files with 102 additions and 15 deletions

View File

@@ -122,7 +122,7 @@ ul.flat {
ul.flat li {
display: inline-block;
list-style: none;
margin-left: 0
margin-left: 0
}
.prevent-collapse {
@@ -141,6 +141,10 @@ ul {
list-style: disc inside
}
.post ul li {
margin-bottom: 10px;
}
.highlight pre {
margin-bottom: 0;
margin-top: 0;
@@ -201,6 +205,21 @@ ul {
text-transform: capitalize;
}
.header .site-description {
display: flex;
justify-content: space-between;
}
.header .site-description nav {
margin: 0;
padding: 0;
border: none;
}
.header .site-description nav ul svg {
max-height: 15px;
}
.section .section-header {
font-size: 0.75rem;
font-weight: 600;

13
static/js/feather.min.js vendored Normal file

File diff suppressed because one or more lines are too long

0
static/js/main.js Normal file
View File