// —————————————————————————– // This file contains styles that are specific to the pages. // —————————————————————————–

/**

* Page content
*/

.page-content {

padding: $spacing-unit 0;

}

.page-heading {

font-size: 20px;

}

.post-list {

margin-left: 0;
list-style: none;

> li {
    margin-bottom: $spacing-unit;
}

}

.post-meta {

font-size: $small-font-size;
color: $grey-color;

}

.post-link {

display: block;
font-size: 24px;

}