feat(header): add Logo, pre and post config for header title (#252)

This commit is contained in:
Dillon
2020-04-23 16:49:30 +08:00
committed by GitHub
parent 919f559fd0
commit 87fbb05e86
23 changed files with 141 additions and 44 deletions

View File

@@ -3,6 +3,11 @@
text-align: right;
}
.group-title {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
@import "../_partial/_archive/terms";
@import "../_partial/_archive/tags";
}

View File

@@ -205,7 +205,8 @@
img {
max-width: 100%;
min-height: 1.2rem;
min-height: 1.25em;
vertical-align: text-bottom;
}
figure {
@@ -339,10 +340,8 @@
}
}
.version img {
min-height: 1.2rem;
height: 1.2rem;
vertical-align: text-bottom;
.version {
height: 1.25em;
}
}