mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Vertically center floating header text
This commit is contained in:
parent
9570f28719
commit
954c091845
@ -105,6 +105,8 @@
|
||||
|
||||
.entry-word-count {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ main {
|
||||
right: 0;
|
||||
z-index: 400;
|
||||
height: 40px;
|
||||
padding: 6px 15px 14px;
|
||||
padding: 8px 15px 12px;
|
||||
text-transform: uppercase;
|
||||
color: $brown;
|
||||
//Transparent gradient to make bg fade out as it goes out the top.
|
||||
|
Loading…
Reference in New Issue
Block a user