Limit site width to 1920px

This commit is contained in:
Jeremy Dormitzer 2018-10-29 09:19:14 -04:00
parent 0d5858dfcb
commit 8f472ee131
No known key found for this signature in database
GPG Key ID: 106FF4BA83EE8202

View File

@ -925,6 +925,8 @@ a:hover, a:active {
--------------------------------------------------------------*/
.site {
height: 100%;
max-width: 1920px;
margin: auto;
display: flex;
flex-direction: column;
justify-content: space-between;