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