mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
12 lines
159 B
SCSS
12 lines
159 B
SCSS
.entry-header {
|
|
position: relative;
|
|
|
|
.sticky-post {
|
|
color: #999999;
|
|
font-size: ms( -2 );
|
|
font-style: italic;
|
|
position: absolute;
|
|
top: -.8rem;
|
|
}
|
|
}
|