mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Vertically center floating header text
This commit is contained in:
parent
140c16554f
commit
ffcb80e54e
2 changed files with 3 additions and 1 deletions
|
@ -105,6 +105,8 @@
|
||||||
|
|
||||||
.entry-word-count {
|
.entry-word-count {
|
||||||
float: right;
|
float: right;
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,7 +103,7 @@ main {
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 6px 15px 14px;
|
padding: 8px 15px 12px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $brown;
|
color: $brown;
|
||||||
//Transparent gradient to make bg fade out as it goes out the top.
|
//Transparent gradient to make bg fade out as it goes out the top.
|
||||||
|
|
Loading…
Add table
Reference in a new issue