improve text only header
This commit is contained in:
parent
37ccfbdb2a
commit
88f38f34cc
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue