/*
CSS file for hardware projects page.
For private use only.  Not licensed.
*/

body {
    padding: 0 10px 10px 10px;
    font-size: 120%;
}

/* Applying these to a <div> instead of <h1> spaces the text better. */
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.projlist {
    margin-left: 5em;
}

.projname {
    text-decoration: underline;
}

.indent {
    margin-left: 2em;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
