intro-post {

border-bottom: 1px solid #ddd;
padding-bottom: 10px;

a {
    &:link, &:visited {
        text-decoration: none;
        color: #000;
    }

    &:hover {
        text-decoration: underline;
    }
}

h3 {
    margin-bottom: 0px;
}

i {
    font-size: 0.8em;
    color: grey;
}

}

post {

h2 {
  margin-bottom: 0px;
}

i {
  font-size: 0.9em;
  color: grey;
}

}