<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#projects .project-preview {
    border-bottom: 1px dashed #ddd;
    min-height: 200px;
    padding: 20px 0;
    position: relative;
    border: none;
}

#projects .image-preview {
    display: block;
    margin-right: 50px;
    border: none;
    width: 300px;
    height: 200px;
    float: left;
    position: relative;
}

@media (max-width:460px) {
	#projects .image-preview {
		height: auto;
	}
}
</pre></body></html>