improve text only header

This commit is contained in:
Sam 2016-03-18 15:12:55 +11:00
parent 37ccfbdb2a
commit 88f38f34cc
2 changed files with 18 additions and 1 deletions

View File

@ -11,6 +11,11 @@
padding:8px;
font-size: 2.1em;
}
.site-text-logo {
position: relative;
top: 10px;
}
}
@media all
@ -36,3 +41,9 @@ and (max-width : 570px) {
color: dark-light-choose(scale-color($primary, $lightness: 25%), scale-color($secondary, $lightness: 75%));
}
}
header {
#site-text-logo {
line-height: 40px;
}
}

View File

@ -2,6 +2,12 @@
// Discourse header
// --------------------------------------------------
@media only screen and (max-width: 320px) {
#site-text-logo {
font-size: 18px;
}
}
.d-header {
#site-logo {
@ -10,7 +16,7 @@
// some protection for text-only site titles
.title {
max-width: 130px;
max-width: 50%;
height: 39px;
overflow: hidden;
padding: 0;