five-for-the-future/themes/wporg-5ftf/css/components/_page.scss

24 lines
322 B
SCSS
Raw Normal View History

body.page:not(.home) {
.entry-header {
background: none;
.entry-title {
color: $color__text-heading-darker;
font-size: ms( 8 );
font-weight: 300;
line-height: 1.5;
margin: 2rem auto 1rem;
padding: 0;
}
}
.entry-content {
padding-top: 0;
}
.entry-footer {
padding: ms( 10 ) ms(2);
}
}