|
@@ -1,45 +1,43 @@
|
|
|
.home .post .entry-title {
|
|
|
- font-size: var(--global--font-size-lg);
|
|
|
- margin-bottom: 0;
|
|
|
+ font-size: var(--global--font-size-lg);
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.post .entry-header {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- .entry-title {
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
- .entry-meta {
|
|
|
- order: -1;
|
|
|
- .posted-on {
|
|
|
- svg {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- a {
|
|
|
- font-family: var(--global--font-primary);
|
|
|
- text-transform: uppercase;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ .entry-title {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+ .entry-meta {
|
|
|
+ order: -1;
|
|
|
+ .posted-on {
|
|
|
+ svg {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ a {
|
|
|
+ font-family: var(--global--font-primary);
|
|
|
+ text-transform: uppercase;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.site-main > * {
|
|
|
- margin: 0;
|
|
|
- padding: calc(3 * var(--global--spacing-vertical)) 0;
|
|
|
+ margin: 0;
|
|
|
+ padding: calc(3 * var(--global--spacing-vertical)) 0;
|
|
|
}
|
|
|
|
|
|
// Sticky posts
|
|
|
.has-sticky-post .site-main > *:first-child {
|
|
|
- margin-top: calc( 0px - var(--global--spacing-vertical) );
|
|
|
- padding-top: var(--global--spacing-vertical);
|
|
|
+ margin-top: calc( 0px - var(--global--spacing-vertical) );
|
|
|
+ padding-top: var(--global--spacing-vertical);
|
|
|
}
|
|
|
|
|
|
.sticky {
|
|
|
- background: var(--sticky-posts--color-background);
|
|
|
+ background: var(--sticky-posts--color-background);
|
|
|
}
|
|
|
|
|
|
.sticky-post {
|
|
|
- background-color: var( --global--color-primary );
|
|
|
- margin-bottom: 0;
|
|
|
- width: fit-content;
|
|
|
+ display: none;
|
|
|
}
|