2019-10-04 11:32:57 -04:00
|
|
|
body.page:not(.home) {
|
|
|
|
|
2019-09-24 14:37:41 -07:00
|
|
|
.entry-header {
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
.entry-title {
|
2019-10-04 11:32:57 -04:00
|
|
|
color: $color__text-heading-darker;
|
2019-09-24 14:37:41 -07:00
|
|
|
font-size: ms( 8 );
|
2019-10-04 11:32:57 -04:00
|
|
|
font-weight: 300;
|
2019-09-24 14:37:41 -07:00
|
|
|
line-height: 1.5;
|
|
|
|
margin: 2rem auto 1rem;
|
2019-10-04 11:32:57 -04:00
|
|
|
padding: 0;
|
2019-09-24 14:37:41 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-content {
|
2021-04-30 12:55:55 -07:00
|
|
|
padding-top: 0;
|
2019-10-04 11:32:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry-footer {
|
2021-04-30 12:55:55 -07:00
|
|
|
padding: ms( 10 ) ms(2);
|
2019-09-24 14:37:41 -07:00
|
|
|
}
|
|
|
|
}
|