@import url("kjhealy-screen.css");

html {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    background-attachment: fixed;
}

footer {
    padding: 20px;
}

code {
	font: normal normal;
	font-size: 100%;
	font-family: Menlo,monospace,sans-serif;
	color: #aaa;
}

@media (max-width: 768px) {
    p code {
        position: static;
        display: block;
        margin-bottom: 0.5em;
        font-size: 85%;
    }
    
    ul {
        left: 0;
        width: 100%;
        padding-left: 1em;
    }
    
    #main {
        padding: 20px 15px;
    }
}