/*
File:       writing.css
Author:     Keegan MacDonald
Created:    2026.09.12
Purpose:    Writing stylesheet for colinbridge.ca
*/

#writing-banner {
    border: 2px solid #000000;
    width: 50%;
    min-width: 350px;
    margin-bottom: 2em;
}

#substack-feed {
    margin-bottom: 3em;
}

.feed {
    width: 50%;
    min-width: 350px;
}

.post {
    margin-bottom: 1em;
    padding: 1em;
    border: 2px solid #000000;
}

.post h3 {
    margin-top: 0px;
}

.post a:link, .post a:visited {
    color: #FFFFFF;
}

.post time {
    display: block;
    margin-bottom: 1em;
}

.post-description {
    text-align: justify;
}