﻿hr {
    clear: both;
    margin-bottom: 2em;
}

#projects-list {
    padding-left: 2em;
    list-style-position: outside;
}

.project .image {
    max-width: 100%;
    width: 400px;
    height: auto;
}

@media screen and (max-width: 680px) {

    .project .image {
        float: left;
        padding: 0 0 2em 0;
    }

    .project p {
        clear: both;
    }
}