mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Fix featured post indicator layout shifting
This commit is contained in:
parent
e27f2190d6
commit
f5cb9a73d0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -702,12 +702,19 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||
}
|
||||
|
||||
.post-card-featured {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
padding-left: 18px;
|
||||
color: var(--ghost-accent-color);
|
||||
}
|
||||
|
||||
.post-card-featured svg {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.post-card-title {
|
||||
margin: 0;
|
||||
font-size: 2.6rem;
|
||||
|
Loading…
Reference in New Issue
Block a user