﻿/* Prevent Firefox/Chrome Scrollbar Jump */
html {overflow-y:scroll;}

.blog-post-title {
    margin-bottom: 2px;
}

.blog-post-summary {
    max-height: 100px;
    overflow: hidden;
    font-style: italic;
    font-size: 95%;
}

.blog-post-summary::after {
    content:"...";
}